Advertisement
Guest User

Ubuntu Light Solarized

a guest
Mar 18th, 2012
690
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Solarizetheme, based on Murrina333
  2. # Solarized by Ethan Schoonver http://ethanschoonover.com/solarized
  3. # ~/usr/share/themes/LightSolarized/gtk-2.0/gtkrc
  4.  
  5. gtk_color_scheme = "fg_color:#002b36\nbg_color:#fdf6e3\nbase_color:#eee8d5\ntext_color:#002b36\nselected_bg_color:#93a1a1\nselected_fg_color:#002b36"
  6.  
  7. gtk-button-images = 1
  8. gtk-icon-sizes = "panel-menu=16,16:panel=16,16:gtk-button=16,16:gtk-large-toolbar=16,16"
  9. gtk-menu-images = 1
  10. style "theme-default"
  11. {
  12.   GtkButton      ::default_border    = { 0, 0, 0, 0 }
  13.   GtkRange       ::trough_border     = 0
  14.   GtkPaned       ::handle_size       = 6
  15.   GtkRange       ::slider_width      = 7
  16.   GtkRange       ::stepper_size      = 0
  17.  
  18.   GtkScrollbar   ::min_slider_length = 30
  19.   GtkCheckButton ::indicator_size    = 10
  20.   GtkRadioButton ::indicator_size    = 10
  21.   GtkMenuBar     ::internal-padding  = 0
  22.   GtkTreeView    ::expander_size     = 14
  23.   GtkExpander    ::expander_size     = 16
  24.   GtkScale       ::slider-length     = 16
  25.  
  26.  
  27.  
  28.   xthickness = 1
  29.   ythickness = 1
  30.  
  31.   fg[NORMAL]        = @fg_color
  32.   fg[PRELIGHT]      = @selected_fg_color
  33.   fg[SELECTED]      = @selected_fg_color
  34.   fg[ACTIVE]        = darker (@fg_color)
  35.   fg[INSENSITIVE]   = @fg_color
  36.  
  37.   bg[NORMAL]        = @bg_color
  38.   bg[PRELIGHT]      = @selected_bg_color
  39.   bg[SELECTED]      = @selected_bg_color
  40.   bg[INSENSITIVE]   = @bg_color
  41.   bg[ACTIVE]        = @bg_color
  42.  
  43.   base[NORMAL]      =  @base_color
  44.   base[ACTIVE]      =  shade (0.7,@base_color)
  45.   base[PRELIGHT]    =  @base_color
  46.   base[SELECTED]    =  @selected_bg_color
  47.   base[INSENSITIVE] =  shade (1.025,@bg_color)
  48.  
  49.   text[NORMAL]      =  @text_color
  50.   text[ACTIVE]          =  @text_color
  51.   text[PRELIGHT]    =  @text_color
  52.   text[SELECTED]    =  darker (@selected_fg_color)
  53.   text[INSENSITIVE] =  @fg_color
  54.  
  55.   engine "murrine"
  56.   {
  57.     menuitemstyle       = 2
  58.     scrollbar_color     = "#cb4b16"
  59.     scrollbarstyle      = 0
  60.     contrast            = 1.0
  61.     menustyle           = 0
  62.     glazestyle          = 0
  63.     menubarstyle        = 0
  64.     menubaritemstyle    = 0
  65.     menuitemstyle       = 0
  66.     listviewheaderstyle = 0
  67.     listviewstyle       = 1
  68.     gradients           = FALSE
  69.     roundness           = 0
  70.         animation           = TRUE
  71.     hilight_ratio       = 0.909090
  72.   }
  73. }
  74.  
  75.  
  76. style "theme-wide" = "theme-default"
  77. {
  78.     xthickness = 2
  79.     ythickness = 2
  80. }
  81.  
  82. style "theme-wider" = "theme-default"
  83. {
  84.     xthickness = 2
  85.     ythickness = 2
  86. }
  87.  
  88. style "theme-entry" = "theme-wider"
  89. {
  90.     bg[SELECTED]        = @selected_bg_color
  91. }
  92.  
  93. style "theme-button" = "theme-wider"
  94. {
  95.     xthickness      = 0
  96.     ythickness      = 0
  97.   #bg[NORMAL]      = @bg_color
  98.   #bg[INSENSITIVE] = @bg_color
  99.   #bg[PRELIGHT]     = @bg_color
  100.   #bg[ACTIVE]       = @bg_color
  101.     text[PRELIGHT]  = @selected_fg_color
  102.  
  103. }
  104.  
  105.  
  106. style "theme-notebook" = "theme-wide"
  107. {
  108.   #bg[NORMAL]      = @bg_color
  109.   #bg[INSENSITIVE] = @bg_color
  110.     bg[SELECTED]    = @selected_bg_color
  111. }
  112.  
  113. style "theme-tasklist" = "theme-default"
  114. {
  115.     xthickness = 4
  116.     ythickness = 2
  117. }
  118.  
  119. style "theme-menu" = "theme-default"
  120. {
  121.     xthickness = 2
  122.     ythickness = 2
  123.     bg[NORMAL] = @bg_color
  124. }
  125.  
  126. style "theme-menu-item" = "theme-default"
  127. {
  128.   ythickness = 3
  129.     fg[NORMAL]      = @fg_color
  130.     fg[PRELIGHT]        = @selected_fg_color
  131.     fg[INSENSITIVE] = @selected_fg_color
  132.     bg[SELECTED]        = @selected_bg_color
  133. }
  134.  
  135.  
  136. style "theme-menubar" = "theme-default"
  137. {
  138.     bg[NORMAL] = @bg_color
  139. }
  140.  
  141. style "theme-menubar-item"
  142. {
  143.     ythickness      = 2
  144.     fg[PRELIGHT]    = @selected_fg_color
  145. }
  146.  
  147. style "theme-tree" = "theme-default"
  148. {
  149.     xthickness = 2
  150.     ythickness = 2
  151.     # bg[NORMAL] = @selected_fg_color
  152. }
  153.  
  154. style "theme-frame-title" = "theme-default"
  155. {
  156.  
  157.     fg[NORMAL] = @fg_color
  158. }
  159.  
  160. style "theme-tooltips" = "theme-default"
  161. {
  162.     xthickness = 2
  163.     ythickness = 2
  164.     bg[NORMAL] = @bg_color
  165. }
  166.  
  167. style "theme-progressbar" = "theme-wide"
  168. {
  169.     xthickness  = 2
  170.     ythickness  = 2
  171.     #fg[PRELIGHT]  = "#ff0000" # @bg_color
  172.     bg[NORMAL]    = @bg_color # outline of progressbar
  173.       bg[SELECTED]      = @selected_bg_color # progressbar color
  174. }
  175.  
  176. style "theme-scrollbar" = "theme-default"
  177. {
  178.  
  179. }
  180.  
  181. style "theme-combo" = "theme-button"
  182. {
  183.     #
  184. }
  185.  
  186. style "metacity-frame"
  187. {
  188.       bg[SELECTED]      = @selected_bg_color
  189.     fg[SELECTED]  = @selected_fg_color
  190. }
  191.  
  192. class "MetaFrames"  style "metacity-frame"
  193. class "GtkWindow"   style "metacity-frame"
  194.  
  195.  
  196. style "inactivetext2"
  197. {
  198.     engine "mist"
  199.     {
  200.         #
  201.     }
  202. }
  203.  
  204. widget_class "*.<GtkMenuItem>.*" style "inactivetext2"
  205.  
  206. style "panel"
  207. {
  208.     xthickness   = 2
  209.     ythickness   = 2
  210.     bg[NORMAL]   = @bg_color
  211.     fg[NORMAL]   = @fg_color
  212.     text[NORMAL] = @fg_color
  213. }
  214.  
  215. style "panelbuttons"
  216. {
  217.     xthickness      = 0
  218.     ythickness      = 0
  219.     bg[NORMAL]      = @bg_color
  220.     bg[ACTIVE]      = @bg_color
  221.     bg[SELECTED]    = @selected_bg_color
  222.     bg[PRELIGHT]    = @bg_color
  223.    
  224.     fg[NORMAL]      = @fg_color
  225.     fg[ACTIVE]      = @selected_fg_color
  226.     fg[PRELIGHT]    = @selected_fg_color
  227. }
  228.  
  229. style "chrome-gtk-frame"
  230. {
  231.     ChromeGtkFrame::frame-color = @bg_color
  232.     ChromeGtkFrame::inactive-frame-color = darker(@bg_color)
  233.  
  234. }
  235.  
  236. class "ChromeGtkFrame" style "chrome-gtk-frame"
  237.  
  238. class "*Panel*"                         style "panel"
  239. widget_class "*Panel*GtkToggleButton"   style "panelbuttons"
  240. widget_class "*Panel*Button"            style "panelbuttons"
  241. widget_class "*Panel*b*"                style "panelbuttons"
  242.  
  243. class "GtkWidget"      style "theme-default"
  244. class "GtkButton"      style "theme-button"
  245. class "GtkScale"       style "theme-button"
  246. class "GtkCombo"       style "theme-button"
  247. class "GtkRange"       style "theme-wide"
  248. class "GtkFrame"       style "theme-wide"
  249. class "GtkMenu"        style "theme-menu"
  250. class "GtkEntry"       style "theme-entry"
  251. class "GtkMenuItem"    style "theme-menu-item"
  252. class "GtkNotebook"    style "theme-notebook"
  253. class "GtkProgressBar" style "theme-progressbar"
  254. class "GtkScale"   style "theme-scrollbar"
  255. class "*MenuBar*"      style "theme-menubar"
  256.  
  257. widget_class "*MenuItem.*" style "theme-menu-item"
  258. widget_class "*MenuBar.*"  style "theme-menubar-item"
  259.  
  260. widget_class "*.GtkComboBox.GtkButton" style "theme-combo"
  261. widget_class "*.GtkCombo.GtkButton"    style "theme-combo"
  262.  
  263. widget_class "*.tooltips.*.GtkToggleButton" style "theme-tasklist"
  264. widget "gtk-tooltips"                       style "theme-tooltips"
  265.  
  266. widget_class "*.GtkTreeView.GtkButton"  style "theme-tree"
  267. widget_class "*.GtkCTree.GtkButton"     style "theme-tree"
  268. widget_class "*.GtkList.GtkButton"      style "theme-tree"
  269. widget_class "*.GtkCList.GtkButton"     style "theme-tree"
  270. widget_class "*.GtkFrame.GtkLabel"      style "theme-frame-title"
  271.  
  272. widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook"
  273. widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement