wok annotate slim-theme-radarspider/stuff/slim.theme @ rev 15034

sarg: no more /var ?
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 12:23:39 2013 +0000 (2013-08-12)
parents
children
rev   line source
al@14723 1 # Slitaz "Radar Spider" 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 #FF6600
al@14723 6 msg_font DejaVu Sans:size=14:bold
al@14723 7 msg_shadow_xoffset 1
al@14723 8 msg_shadow_yoffset 1
al@14723 9 msg_shadow_color #000000
al@14723 10
al@14723 11 # Screen background style. Valid values: stretch, tile
al@14723 12 background_style stretch
al@14723 13
al@14723 14 # Input controls
al@14723 15 input_panel_x 12%
al@14723 16 input_panel_y 88%
al@14723 17 input_name_x 199
al@14723 18 input_name_y 65
al@14723 19 input_pass_x 199
al@14723 20 input_pass_y 110
al@14723 21
al@14723 22 input_font DejaVu Sans:size=12
al@14723 23 input_fgcolor #FF6600
al@14723 24 input_bgcolor #893100
al@14723 25 # input_shadow_xoffset 1
al@14723 26 # input_shadow_yoffset 1
al@14723 27 input_shadow_color #000000
al@14723 28
al@14723 29 # Display Welcome message
al@14723 30 welcome_msg Welcome to %host
al@14723 31 welcome_font DejaVu Sans:size=14:bold:outline
al@14723 32 welcome_color #FFA400
al@14723 33 welcome_x 12
al@14723 34 welcome_y 20
al@14723 35 welcome_shadow_xoffset 2
al@14723 36 welcome_shadow_yoffset 2
al@14723 37 welcome_shadow_color #000000
al@14723 38
al@14723 39 # Display Username message
al@14723 40 username_msg Username
al@14723 41 username_font DejaVu Sans:size=12:bold
al@14723 42 username_color #FF6600
al@14723 43 username_x 8
al@14723 44 username_y 65
al@14723 45 username_shadow_xoffset 1
al@14723 46 username_shadow_yoffset 1
al@14723 47 username_shadow_color #000000
al@14723 48
al@14723 49 # Display Password message
al@14723 50 password_msg Password
al@14723 51 password_color #FFA400
al@14723 52 password_x 8
al@14723 53 password_y 110
al@14723 54