wok diff slim-theme-pilar/stuff/slim.theme @ rev 24924

Add as & asxxxx
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 13 10:27:34 2022 +0000 (2022-04-13)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slim-theme-pilar/stuff/slim.theme	Wed Apr 13 10:27:34 2022 +0000
     1.3 @@ -0,0 +1,42 @@
     1.4 +# Slitaz "Pilar" SLiM theme for SliTaz GNU Linux
     1.5 +# Version: 1.0-20130609
     1.6 +
     1.7 +# Display Messages 
     1.8 +msg_color          #555555
     1.9 +msg_font           DejaVu Sans:size=10:bold
    1.10 +msg_shadow_xoffset 1
    1.11 +msg_shadow_yoffset 1
    1.12 +msg_shadow_color   #AAAAAA
    1.13 +
    1.14 +# Screen background style. Valid values: stretch, tile
    1.15 +background_style   stretch
    1.16 +
    1.17 +# Input controls
    1.18 +input_panel_x      50%
    1.19 +input_panel_y      50%
    1.20 +input_name_x       192
    1.21 +input_name_y       92
    1.22 +input_pass_x       192
    1.23 +input_pass_y       139
    1.24 +
    1.25 +input_font         DejaVu Sans:size=10
    1.26 +input_color        #D37C00
    1.27 +
    1.28 +# Display Welcome message
    1.29 +welcome_msg        Welcome to %host
    1.30 +welcome_font       DejaVu Sans:size=10:bold:outline
    1.31 +welcome_color      #D37C00
    1.32 +welcome_x          34
    1.33 +welcome_y          60
    1.34 +
    1.35 +# Display Username message
    1.36 +username_msg       Username
    1.37 +username_font      DejaVu Sans:size=10:bold
    1.38 +username_color     #404040
    1.39 +username_x         34
    1.40 +username_y         94
    1.41 +
    1.42 +# Display Password message
    1.43 +password_msg       Password
    1.44 +password_x         34
    1.45 +password_y         141