Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. # theme
  2. hc attr theme.tiling.reset 1
  3. hc attr theme.floating.reset 1
  4. hc set frame_border_active_color '#151515'
  5. # ||
  6. # panel color \/
  7. hc set frame_border_normal_color '#151515'
  8. hc set frame_bg_normal_color '#252525'
  9. hc set frame_bg_active_color '#303030'
  10. hc set frame_border_width 1
  11. hc set always_show_frame 0
  12. hc set frame_bg_transparent 1
  13. hc set frame_transparent_width 0
  14. hc set frame_gap -1
  15.  
  16. #set selected 'window'and selected workspace through its attr
  17. #hc attr theme.active.color '#e2e2e2'
  18. hc attr theme.active.color '#2E9AFE'
  19.  
  20. hc attr theme.normal.color '#353535'
  21. hc attr theme.urgent.color '#ffffff'
  22. hc attr theme.inner_width 2
  23. hc attr theme.outer_width 2
  24. hc attr theme.inner_color '#252525'
  25. hc attr theme.border_width 6
  26. hc attr theme.floating.border_width 6
  27. hc attr theme.floating.outer_width 2
  28. hc attr theme.floating.inner_width 2
  29. hc attr theme.floating.outer_color '#252525'
  30. hc attr theme.floating.inner_color '#252525'
  31. hc attr theme.active.inner_color '#252525'
  32. hc attr theme.active.outer_color '#252525'
  33. hc attr theme.background_color '#202020'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement