wok view slim-theme-control/stuff/slim.theme @ rev 14723

Add SLiM themes: Control, Pilar, Radar Spider, Robotic (thanks Holk Foor)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 12 15:34:35 2013 +0000 (2013-06-12)
parents
children
line source
1 # Slitaz "Control" SLiM theme for SliTaz GNU Linux
2 # Version: 1.0-20130609
4 # Display Messages
5 msg_color #FFFF33
6 msg_font DejaVu Sans:size=14:bold
8 # Screen background style. Valid values: stretch, tile
9 background_style stretch
11 # Input controls
12 input_panel_x 50%
13 input_panel_y 70%
14 input_name_x 188
15 input_name_y 65
16 input_pass_x 188
17 input_pass_y 112
19 input_font DejaVu Sans:size=12
20 input_color #FFFAFA
21 input_bgcolor #000000
22 input_fgcolor #FFFFFF
24 # Display Welcome message
25 welcome_msg Welcome to %host
26 welcome_font DejaVu Sans:size=14:bold:outline
27 welcome_color #FFA400
28 welcome_x 10
29 welcome_y 24
30 welcome_shadow_xoffset 2
31 welcome_shadow_yoffset 2
32 welcome_shadow_color #000000
34 # Display Username message
35 username_msg Username
36 username_font DejaVu Sans:size=11:bold
37 username_color #FFEBAA
38 username_x 8
39 username_y 65
41 # Display Password message
42 password_msg Password
43 password_color #FFEBAA
44 password_x 8
45 password_y 112