-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslim.theme
executable file
·57 lines (46 loc) · 1.31 KB
/
slim.theme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# custom theme v 1.0 for slim
# by nogaems
# based on gentoo theme for slim
# Messages (ie: shutdown)
msg_color #FFFFFF
msg_font Verdana:size=16:bold
msg_shadow_xoffset 1
msg_shadow_yoffset 1
msg_shadow_color #aaaaaa
# Screen background style. Valid values: stretch, tile
background_style tile
# Input controls
input_panel_x 1100
input_panel_y 250
input_name_x 146
input_name_y 65
input_pass_x 146
input_pass_y 111
input_font Verdana:size=12
input_color #999999
input_shadow_xoffset 1
input_shadow_yoffset 1
input_shadow_color #666666
# Welcome message
welcome_font Verdana:size=20:bold
welcome_color #666666
welcome_x 36
welcome_y 20
welcome_msg Welcome to %host
welcome_shadow_xoffset 2
welcome_shadow_yoffset 2
welcome_shadow_color #333333
username_msg Username:
username_font Verdana:size=14:bold
#username_color #888888
username_x 36
username_y 65
username_shadow_xoffset 1
username_shadow_yoffset 1
username_shadow_color #666666
password_msg Password:
password_x 36
password_y 111
text_widget_font Verdana:size=16:bold
text_widget_x 50%
text_widget_y 90%