wok diff slim-theme-control/stuff/slim.theme @ rev 22040

updated tokyocabinet and tokyocabinet-dev (1.4.32 -> 1.4.48)
author Hans-G?nter Theisgen
date Mon Oct 21 17:24:12 2019 +0100 (2019-10-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slim-theme-control/stuff/slim.theme	Mon Oct 21 17:24:12 2019 +0100
     1.3 @@ -0,0 +1,45 @@
     1.4 +# Slitaz "Control" SLiM theme for SliTaz GNU Linux
     1.5 +# Version: 1.0-20130609
     1.6 +
     1.7 +# Display Messages 
     1.8 +msg_color              #FFFF33
     1.9 +msg_font               DejaVu Sans:size=14:bold
    1.10 +
    1.11 +# Screen background style. Valid values: stretch, tile
    1.12 +background_style       stretch
    1.13 +
    1.14 +# Input controls
    1.15 +input_panel_x          50%
    1.16 +input_panel_y          70%
    1.17 +input_name_x           188
    1.18 +input_name_y           65
    1.19 +input_pass_x           188
    1.20 +input_pass_y           112
    1.21 +
    1.22 +input_font             DejaVu Sans:size=12
    1.23 +input_color            #FFFAFA
    1.24 +input_bgcolor          #000000
    1.25 +input_fgcolor          #FFFFFF
    1.26 +
    1.27 +# Display Welcome message
    1.28 +welcome_msg            Welcome to %host
    1.29 +welcome_font           DejaVu Sans:size=14:bold:outline
    1.30 +welcome_color          #FFA400
    1.31 +welcome_x              10
    1.32 +welcome_y              24
    1.33 +welcome_shadow_xoffset 2
    1.34 +welcome_shadow_yoffset 2
    1.35 +welcome_shadow_color   #000000
    1.36 +
    1.37 +# Display Username message
    1.38 +username_msg           Username
    1.39 +username_font          DejaVu Sans:size=11:bold
    1.40 +username_color         #FFEBAA
    1.41 +username_x             8
    1.42 +username_y             65
    1.43 +
    1.44 +# Display Password message
    1.45 +password_msg           Password
    1.46 +password_color         #FFEBAA
    1.47 +password_x             8
    1.48 +password_y             112