Advertisement
Guest User

Untitled

a guest
May 25th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. # text04 theme for SLiM
  2. # by Johannes Winkelmann
  3.  
  4. # Messages (ie: shutdown)
  5. msg_color #FFFFFF
  6. msg_font Verdana:size=18:bold:dpi=75
  7. msg_x 50%
  8. msg_y 40%
  9. msg_shadow_color #702342
  10. msg_shadow_xoffset 1
  11. msg_shadow_yoffset 1
  12.  
  13. # valid values: stretch, tile
  14. background_style stretch
  15. background_color #eedddd
  16.  
  17. # Input controls
  18. input_panel_x 25%
  19. input_panel_y 50%
  20. input_name_x 394
  21. input_name_y 181
  22. input_font Verdana:size=12:dpi=75
  23. input_color #000000
  24.  
  25. # Username / password request
  26. username_font Verdana:size=14:bold:dpi=75
  27. username_color #f9f9f9
  28. username_x 280
  29. username_y 183
  30. password_x 50%
  31. password_y 183
  32. username_shadow_color #702342
  33. username_shadow_xoffset 1
  34. username_shadow_yoffset 1
  35.  
  36. username_msg Username:
  37. password_msg Password:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement