slim.theme 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # Green glass theme for SLiM
  2. # by Rob Pearce <slim@flitspace.org.uk>
  3. # Messages (e.g. shutdown)
  4. msg_color #FFFFFF
  5. msg_font Verdana:size=18:bold:dpi=75
  6. msg_x 50%
  7. msg_y 40%
  8. msg_shadow_color #702342
  9. msg_shadow_xoffset 1
  10. msg_shadow_yoffset 1
  11. # valid values: stretch, tile
  12. background_style stretch
  13. background_color #11dd56
  14. # Input controls
  15. input_panel_x 50%
  16. input_panel_y 45%
  17. input_name_x 394
  18. input_name_y 142
  19. input_pass_x 394
  20. input_pass_y 178
  21. input_font Verdana:size=12:dpi=75
  22. input_color #000000
  23. # Username / password request
  24. username_font Verdana:size=18:dpi=75
  25. username_color #FFDFFF
  26. username_x 270
  27. username_y 144
  28. password_x 270
  29. password_y 180
  30. username_shadow_color #704f42
  31. username_shadow_xoffset 1
  32. username_shadow_yoffset 1
  33. username_msg Username:
  34. password_msg Password:
  35. # Welcome message
  36. welcome_font Verdana:size=28:bold:dpi=75
  37. welcome_color #F4D5C0
  38. welcome_x 50%
  39. welcome_y 40
  40. welcome_msg Login to %host
  41. welcome_shadow_xoffset 2
  42. welcome_shadow_yoffset 2
  43. welcome_shadow_color #338353
  44. passwd_feedback_x 50%
  45. passwd_feedback_y 80%