Skip to content

Instantly share code, notes, and snippets.

@yeban
Created June 15, 2009 06:19
Show Gist options
  • Save yeban/129966 to your computer and use it in GitHub Desktop.
Save yeban/129966 to your computer and use it in GitHub Desktop.
# yeban theme for SLiM
# by Anurag Priyam
# Messages (ie: shutdown)
msg_color #FFFFFF
msg_font Monaco: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 #eedddd
# Input controls
input_panel_x 10%
input_panel_y 75%
input_name_x 60
input_name_y 160
input_font Monaco:size=12:dpi=75
input_color #000000
# Username / password request
username_font Monaco:size=18:bold:dpi=75
username_color #f9f9f9
username_x 55
username_y 127
password_x 55
password_y 127
username_shadow_color #702342
username_shadow_xoffset 1
username_shadow_yoffset 1
username_msg Username:
password_msg Password:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment