File: slim.theme

package info (click to toggle)
slim 1.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,792 kB
  • sloc: cpp: 4,383; sh: 200; makefile: 23
file content (52 lines) | stat: -rw-r--r-- 1,366 bytes parent folder | download | duplicates (2)
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
# Green glass theme for SLiM
# by Rob Pearce  <slim@flitspace.org.uk>

# Messages (e.g. shutdown)
msg_color               #FFFFFF
msg_font                Verdana:size=18:bold:dpi=75
msg_x                   50%
msg_y                   40%
msg_shadow_color #702342
msg_shadow_xoffset 1
msg_shadow_yoffset 1

# valid values: stretch, tile
background_style        stretch
background_color        #11dd56

# Input controls
input_panel_x           50%
input_panel_y           45%
input_name_x            394
input_name_y            142
input_pass_x            394
input_pass_y            178
input_font          	Verdana:size=12:dpi=75
input_color             #000000

# Username / password request
username_font          	Verdana:size=18:dpi=75
username_color        	#FFDFFF
username_x              270
username_y              144
password_x              270
password_y              180
username_shadow_color   #704f42
username_shadow_xoffset 1
username_shadow_yoffset 1

username_msg            Username:
password_msg            Password:

# Welcome message
welcome_font           Verdana:size=28:bold:dpi=75
welcome_color          #F4D5C0
welcome_x              50%
welcome_y              40
welcome_msg            Login to %host
welcome_shadow_xoffset 2
welcome_shadow_yoffset 2
welcome_shadow_color   #338353

passwd_feedback_x       50%
passwd_feedback_y       80%