Advertisement
Guest User

clearlooks-Dark-Blue gtkrc

a guest
Mar 6th, 2010
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.97 KB | None | 0 0
  1. # Color scheme contributed by BaSS as Clearlooks-DarkBlue
  2. # based on DarkCoffe2 and Chatsubo
  3. include "icons/iconrc"
  4. include "panel.rc"
  5.  
  6. style "clearlooks-default"
  7. {
  8. GtkMenuItem::selected_shadow_type = none
  9. GtkWidget::interior_focus = 1
  10. GtkButton::default_border = { 0, 0, 0, 0 }
  11. GtkButton::default_outside_border = { 0, 0, 0, 0 }
  12. GtkRange::trough_border = 0
  13.  
  14. GtkWidget::focus_padding = 1
  15.  
  16. GtkPaned::handle_size = 6
  17.  
  18. GtkRange::slider_width = 15
  19. GtkRange::stepper_size = 15
  20. GtkScrollbar::min_slider_length = 30
  21. GtkCheckButton::indicator_size = 12
  22. GtkMenuBar::internal-padding = 0
  23.  
  24. GtkTreeView::expander_size = 14
  25. GtkExpander::expander_size = 16
  26.  
  27. GtkTreeView::odd_row_color = "#101010"
  28. #GtkTreeView::even_row_color = "#ffffff"
  29.  
  30. GtkWidget::cursor_color = "#E3DFDC"
  31. GtkWidget::secondary_cursor_color = "#E3DFDC"
  32.  
  33. xthickness = 1
  34. ythickness = 1
  35.  
  36. fg[NORMAL] = "#92b6f4" #Main window text
  37. fg[PRELIGHT] = "#6284c0" #Highlighted widget text
  38. fg[ACTIVE] = "#c58400" #Inactive widget text
  39. fg[SELECTED] = "#c58400" #?#E9E9E9
  40. fg[INSENSITIVE] = "#000000" #CAN'T TOUCH DIS -[EDIT] I did (bvc)
  41.  
  42. bg[NORMAL] = "#3c3c3c" #Backround
  43. bg[PRELIGHT] = "#3a588e" #Highlight Widget
  44. bg[ACTIVE] = "#384865" #Selected Widget
  45. bg[SELECTED] = "#384865" #The box words are usually in @_@!
  46. bg[INSENSITIVE] = "#4e4e4e" #Can't touch this! Nuh nuh nuh nuh
  47.  
  48. base[NORMAL] = "#4d4d4d" # Text area widgets.
  49. base[PRELIGHT] = "#92b6f4" #Highlighted Menu Selection?
  50. base[ACTIVE] = "#3b588c" #Unfocused Select
  51. base[SELECTED] = "#6284c0" #Selected Text area item, and that bar over the tabs.
  52. base[INSENSITIVE] = "#696969" #Haven't got a clue
  53.  
  54. text[NORMAL] = "#92b6f4" # Text area widget text.
  55. text[PRELIGHT] = "#6284c0" #?
  56. text[ACTIVE] = "#000000" #?
  57. text[SELECTED] = "#222222" #Selected Text area widget text.
  58. text[INSENSITIVE] = "#969696" #CAN'T TOUCH DIS -[EDIT] I did (bvc)
  59.  
  60. engine "clearlooks"
  61. {
  62. sunkenmenubar = 1 # 0 = disable, 1 = enable
  63. menuitemstyle = 1 # 0 = flat, 1 = 3d-ish (button)
  64. listviewitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient)
  65. progressbarstyle = 0 # 0 = candy bar, 1 = flat
  66. }
  67. }
  68.  
  69. style "clearlooks-wide" = "clearlooks-default"
  70. {
  71. xthickness = 2
  72. ythickness = 2
  73. bg[NORMAL] = "#444444"
  74. bg[PRELIGHT] = "#6284c0"
  75.  
  76. }
  77.  
  78. style "clearlooks-button" = "clearlooks-wide"
  79. {
  80. bg[NORMAL] = "#444444"
  81. bg[PRELIGHT] = "#495468"
  82. }
  83.  
  84. style "clearlooks-notebook" = "clearlooks-wide"
  85. {
  86. bg[NORMAL] = "#404040"
  87. bg[ACTIVE] = "#303030"
  88. }
  89.  
  90. style "clearlooks-tasklist" = "clearlooks-default"
  91. {
  92. xthickness = 5
  93. ythickness = 3
  94.  
  95. }
  96.  
  97. style "clearlooks-menu" = "clearlooks-default"
  98. {
  99. xthickness = 2
  100. ythickness = 1
  101. bg[NORMAL] = "#343434"
  102. }
  103.  
  104. style "clearlooks-menu-item" = "clearlooks-default"
  105. {
  106. xthickness = 2
  107. ythickness = 3
  108. fg[PRELIGHT] = "#f3f3f3"
  109. text[PRELIGHT] = "#f3f3f3"
  110. base[PRELIGHT] = "#6284c0"
  111. base[SELECTED] = "#3b588c"
  112. }
  113.  
  114. style "clearlooks-menu-itembar" = "clearlooks-default"
  115. {
  116. xthickness = 3
  117. ythickness = 3
  118. }
  119.  
  120. style "clearlooks-tree" = "clearlooks-default"
  121. {
  122. xthickness = 2
  123. ythickness = 2
  124. }
  125.  
  126. style "clearlooks-frame-title" = "clearlooks-default"
  127. {
  128. fg[NORMAL] = "#111111"
  129. }
  130.  
  131. style "clearlooks-panel" = "clearlooks-default"
  132. {
  133. xthickness = 3
  134. ythickness = 3
  135. }
  136.  
  137. style "clearlooks-tooltips" = "clearlooks-default"
  138. {
  139. xthickness = 4
  140. ythickness = 4
  141. bg[NORMAL] = "#3b588c"
  142. }
  143.  
  144. style "clearlooks-progressbar" = "clearlooks-default"
  145. {
  146. xthickness = 1
  147. ythickness = 1
  148. fg[PRELIGHT] = "#c58400"
  149. bg[NORMAL] = "#202020"
  150. }
  151.  
  152. style "clearlooks-combo" = "clearlooks-default"
  153. {
  154. xthickness = 1
  155. ythickness = 2
  156. fg[NORMAL] = "#242424"
  157. fg[PRELIGHT] = "#6284c0"
  158. fg[ACTIVE] = "#193c7b"
  159. bg[NORMAL] = "#444444"
  160. bg[PRELIGHT] = "#4a4a4a"
  161. }
  162. style "clearlooks-scrollbar" = "clearlooks-default"
  163. {
  164. fg[NORMAL] = "#242424"
  165. fg[PRELIGHT] = "#6284c0"
  166. fg[ACTIVE] = "#c58400"
  167. bg[NORMAL] = "#444444"
  168. bg[PRELIGHT] = "#6284c0"
  169. }
  170.  
  171. style "clearlooks-spin" = "clearlooks-wide"
  172. {
  173. fg[NORMAL] = "#242424"
  174. fg[PRELIGHT] = "#6284c0"
  175. fg[ACTIVE] = "#193c7b"
  176. bg[NORMAL] = "#444444"
  177. bg[PRELIGHT] = "#4A4A4A"
  178. }
  179.  
  180. class "GtkWidget" style "clearlooks-default"
  181. class "GtkRange" style "clearlooks-wide"
  182. class "GtkFrame" style "clearlooks-wide"
  183. class "GtkSpinButton" style "clearlooks-spin"
  184. class "GtkStatusbar" style "clearlooks-wide"
  185. class "GtkMenu" style "clearlooks-menu"
  186. class "GtkMenuItem" style "clearlooks-menu-item"
  187. widget_class "*MenuItem.*" style "clearlooks-menu-item"
  188. class "GtkEntry" style "clearlooks-wide"
  189. widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
  190. widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
  191. widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
  192. widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
  193. widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
  194. widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
  195. widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "clearlooks-panel"
  196. widget "gtk-tooltips" style "clearlooks-tooltips"
  197. class "GtkNotebook" style "clearlooks-notebook"
  198. class "GtkProgressBar" style "clearlooks-progressbar"
  199. widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
  200. widget_class "*.GtkCombo.GtkButton" style "clearlooks-combo"
  201. class "GtkButton" style "clearlooks-button"
  202. class "GtkScrollbar" style "clearlooks-scrollbar"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement