Advertisement
Guest User

Untitled

a guest
Jan 17th, 2014
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. !# Adwaita-mod by Larsson
  2. !# Openbox theme designed to match Adwaita
  3. !# License: Creative Commons Attribution-ShareAlike 3.0 Unported (http://creativecommons.org/licenses/by-sa/3.0/)
  4. !# No attribution needed for non-commercial use. Attribution goes to the theme page on http://box-look.org/
  5. !# Buttons from Siva Flat: http://na12.deviantart.com dunno about the license here.
  6. !# Changed the the background to gradient like in http://box-look.org/content/show.php/Zukitwo+Box?content=154216
  7.  
  8. border.width: 1
  9. padding.width: 3
  10. padding.height: 3
  11. window.handle.width: 0
  12. window.client.padding.width: 0
  13. window.client.padding.height: 0
  14. menu.overlap: -4
  15. *.justify: center
  16.  
  17.  
  18. ### Menu
  19. menu.border.color: #cccccc
  20.  
  21. menu.title.bg: flat solid
  22. menu.title.bg.color: #eeeeee
  23. menu.title.text.color: #333333
  24. menu.title.text.justify: center
  25.  
  26. menu.items.bg: flat solid
  27. menu.items.bg.color: #eeeeee
  28. menu.items.text.color: #333333
  29. menu.items.disabled.text.color: #999999
  30.  
  31. menu.items.active.bg: flat gradient vertical
  32. menu.items.active.bg.color: #67acf5
  33. menu.items.active.bg.colorTo: #458ad3
  34. menu.items.active.text.color: #ffffff
  35.  
  36. menu.separator.color: #cccccc
  37. menu.separator.width: 1
  38. menu.separator.padding.width: 2
  39. menu.separator.padding.height: 4
  40.  
  41.  
  42. !# Windows
  43. window.*.label.bg: Parentrelative
  44. window.*.border.color: #aaaaaa
  45. window.*.handle.bg: Raised solid
  46. window.*.handle.bg.color: #dadada
  47. window.*.grip.bg: Raised solid
  48. window.*.grip.bg.color: #dadada
  49. window.*.title.separator.color: #ededed
  50.  
  51. *.title.bg: gradient vertical flat
  52. *.title.bg.color: #F5F5F5
  53. *.title.bg.colorTo: #ededed
  54.  
  55. window.*.button.*.bg: Parentrelative
  56. window.*.button.*.image.color: #8d8d8d
  57. window.*.button.hover.image.color: #000
  58. window.*.button.pressed.image.color: #000
  59.  
  60.  
  61. !# Active
  62. window.active.label.text.color: #3c3c3c
  63.  
  64. !# inactive
  65. window.inactive.label.text.color: #999999
  66.  
  67.  
  68. # OSD
  69. osd.border.color: #cccccc
  70.  
  71. osd.bg: flat border solid
  72. osd.bg.color: #eeeeee
  73. osd.bg.border.color: #cccccc
  74.  
  75. osd.label.bg: flat border solid
  76. osd.label.bg.color: #eeeeee
  77. osd.label.bg.border.color: #eeeeee
  78. osd.label.text.color: #333333
  79.  
  80. osd.hilight.bg: flat border solid
  81. osd.hilight.bg.color: #569be4
  82. osd.hilight.bg.border.color: #569be4
  83.  
  84. osd.unhilight.bg: flat border solid
  85. osd.unhilight.bg.color: #cccccc
  86. osd.unhilight.bg.border.color: #cccccc
  87.  
  88.  
  89. ### Fonts
  90. window.active.label.text.font:shadow=n
  91. window.inactive.label.text.font:shadow=n
  92. menu.items.font:shadow=n
  93. menu.title.text.font:shadow=n
  94.  
  95.  
  96. ### Everything else
  97. border.width: 1
  98. padding.width: 2
  99. window.handle.width: 4
  100. window.client.padding.width: 0
  101. window.label.text.justify: center
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement