wok annotate slim-theme-control/stuff/slim.theme @ rev 15142
bmpanel2: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 11:41:58 2013 +0000 (2013-08-15) |
parents | |
children |
rev | line source |
---|---|
al@14723 | 1 # Slitaz "Control" SLiM theme for SliTaz GNU Linux |
al@14723 | 2 # Version: 1.0-20130609 |
al@14723 | 3 |
al@14723 | 4 # Display Messages |
al@14723 | 5 msg_color #FFFF33 |
al@14723 | 6 msg_font DejaVu Sans:size=14:bold |
al@14723 | 7 |
al@14723 | 8 # Screen background style. Valid values: stretch, tile |
al@14723 | 9 background_style stretch |
al@14723 | 10 |
al@14723 | 11 # Input controls |
al@14723 | 12 input_panel_x 50% |
al@14723 | 13 input_panel_y 70% |
al@14723 | 14 input_name_x 188 |
al@14723 | 15 input_name_y 65 |
al@14723 | 16 input_pass_x 188 |
al@14723 | 17 input_pass_y 112 |
al@14723 | 18 |
al@14723 | 19 input_font DejaVu Sans:size=12 |
al@14723 | 20 input_color #FFFAFA |
al@14723 | 21 input_bgcolor #000000 |
al@14723 | 22 input_fgcolor #FFFFFF |
al@14723 | 23 |
al@14723 | 24 # Display Welcome message |
al@14723 | 25 welcome_msg Welcome to %host |
al@14723 | 26 welcome_font DejaVu Sans:size=14:bold:outline |
al@14723 | 27 welcome_color #FFA400 |
al@14723 | 28 welcome_x 10 |
al@14723 | 29 welcome_y 24 |
al@14723 | 30 welcome_shadow_xoffset 2 |
al@14723 | 31 welcome_shadow_yoffset 2 |
al@14723 | 32 welcome_shadow_color #000000 |
al@14723 | 33 |
al@14723 | 34 # Display Username message |
al@14723 | 35 username_msg Username |
al@14723 | 36 username_font DejaVu Sans:size=11:bold |
al@14723 | 37 username_color #FFEBAA |
al@14723 | 38 username_x 8 |
al@14723 | 39 username_y 65 |
al@14723 | 40 |
al@14723 | 41 # Display Password message |
al@14723 | 42 password_msg Password |
al@14723 | 43 password_color #FFEBAA |
al@14723 | 44 password_x 8 |
al@14723 | 45 password_y 112 |