Guest User

Untitled

a guest
Jan 11th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.52 KB | None | 0 0
  1. theme = {}
  2. theme.wallpaper_cmd = { "nitrogen --restore" }
  3.  
  4. theme.font      = "snap 8"
  5.  
  6. theme.fg_normal = "#6F6F6F"
  7. theme.fg_focus  = "#FFA802"
  8. theme.fg_urgent = "#f0f0f0"
  9. theme.fg_title  = "#1B8C89"
  10. theme.fg_disabled = "#F9F9F9"
  11. theme.bg_normal = "#F9F9F9"
  12. theme.bg_focus  = "#E8E8E8"
  13. theme.bg_urgent = "#0d4677"
  14. theme.bg_disabled = "#1B8C89"
  15. theme.bg_hover = "#0d4677"
  16.  
  17. theme.border_width     = 0
  18. theme.border_normal     = "#505050"
  19. theme.border_focus    = "#292929"
  20. theme.border_marked    = "#ce5666"
  21.  
  22. return theme
Add Comment
Please, Sign In to add comment