12345678910111213141516171819202122232425262728293031323334353637 |
- # desky theme for SLIM
- # by aditya shakya <adi1090x@gmail.com>
- # using artwork from some free html+css login templates on the internet
- # Messages (ie: shutdown)
- msg_color #ffffff
- msg_font Sans:size=18:bold:dpi=75
- msg_x 50%
- msg_y 30%
- # Session Name
- session_color #665851
- session_font Sans:size=16:bold:dpi=75
- session_x 50%
- session_y 90%
- # valid values: stretch, tile
- background_style stretch
- background_color #f2f2f2
- # Input controls
- input_panel_x 50%
- input_panel_y 50%
- input_name_x 100
- input_name_y 148
- input_pass_x 100
- input_pass_y 232
- input_font Sans:size=14:dpi=75
- input_color #665851
- username_msg
- password_msg
|