PageRenderTime 48ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/light-themes-0.1.11/Radiance/gtk-2.0/gtkrc

#
#! | 688 lines | 573 code | 115 blank | 0 comment | 0 complexity | c815a8824f2ae27369d0fe9ba20aa545 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_bg_color:#f07746\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#f6f4f2\ntooltip_bg_color:#000000\nlink_color:#DD4814"
  2. gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16"
  3. gtk-auto-mnemonics = 1
  4. style "default" {
  5. xthickness = 1
  6. ythickness = 1
  7. #######################
  8. # Style Properties
  9. #######################
  10. GtkButton::child-displacement-x = 1
  11. GtkButton::child-displacement-y = 1
  12. GtkButton::default-border = { 0, 0, 0, 0 }
  13. GtkCheckButton::indicator-size = 16
  14. GtkPaned::handle-size = 6
  15. GtkRange::trough-border = 0
  16. GtkRange::slider-width = 14
  17. GtkRange::stepper-size = 13
  18. GtkRange::trough-under-steppers = 1
  19. GtkScale::trough-border = 0
  20. GtkScale::slider-width = 23
  21. GtkScale::slider-length = 14
  22. GtkScale::trough-side-details = 1
  23. GtkScrollbar::activate-slider = 1
  24. GtkScrollbar::trough-border = 0
  25. GtkScrollbar::slider-width = 13
  26. GtkScrollbar::min-slider-length = 31
  27. GtkMenuBar::internal-padding = 0
  28. GtkMenuBar::shadow-type = GTK_SHADOW_NONE
  29. GtkExpander::expander-size = 11
  30. GtkToolbar::internal-padding = 1
  31. GtkToolbar::shadow-type = GTK_SHADOW_NONE
  32. GtkTreeView::expander-size = 7
  33. GtkTreeView::vertical-separator = 0
  34. # GtkTreeView::odd-row-color = shade (0.96, @base_color)
  35. GtkNotebook::tab-overlap = -1
  36. GtkMenu::horizontal-padding = 0
  37. GtkMenu::vertical-padding = 3
  38. WnckTasklist::fade-overlay-rect = 0
  39. # The following line hints to gecko (and possibly other appliations)
  40. # that the entry should be drawn transparently on the canvas.
  41. # Without this, gecko will fill in the background of the entry.
  42. GtkEntry::honors-transparent-bg-hint = 1
  43. GtkEntry::state-hint = 0
  44. GtkEntry::progress-border = { 2, 2, 2, 2 }
  45. GtkProgressBar::min-horizontal-bar-height = 14
  46. GtkProgressBar::min-vertical-bar-width = 14
  47. GtkImage::x-ayatana-indicator-dynamic = 1
  48. GtkMenuBar::window-dragging = 1
  49. GtkWidget::link-color = @link_color
  50. GtkWidget::visited-link-color = @text_color
  51. ####################
  52. # Color Definitions
  53. ####################
  54. bg[NORMAL] = @bg_color
  55. bg[PRELIGHT] = shade (1.02, @bg_color)
  56. bg[SELECTED] = @selected_bg_color
  57. bg[INSENSITIVE] = shade (0.95, @bg_color)
  58. bg[ACTIVE] = shade (0.9, @bg_color)
  59. fg[NORMAL] = @fg_color
  60. fg[PRELIGHT] = @fg_color
  61. fg[SELECTED] = @selected_fg_color
  62. fg[INSENSITIVE] = darker (@bg_color)
  63. fg[ACTIVE] = @fg_color
  64. text[NORMAL] = @text_color
  65. text[PRELIGHT] = @text_color
  66. text[SELECTED] = @selected_fg_color
  67. text[INSENSITIVE] = shade (0.8, @bg_color)
  68. text[ACTIVE] = darker (@text_color)
  69. base[NORMAL] = @base_color
  70. base[PRELIGHT] = shade (0.98, @bg_color)
  71. base[SELECTED] = @selected_bg_color
  72. base[INSENSITIVE] = shade (0.97, @bg_color)
  73. base[ACTIVE] = shade (0.94, @bg_color)
  74. engine "murrine" {
  75. contrast = 0.6
  76. arrowstyle = 2
  77. reliefstyle = 3
  78. highlight_shade = 1.0
  79. glazestyle = 0
  80. default_button_color = shade (1.1, @selected_bg_color)
  81. gradient_shades = {1.1, 1.0, 1.0, 0.9}
  82. roundness = 3
  83. lightborder_shade = 1.26
  84. lightborderstyle = 1
  85. listviewstyle = 2
  86. progressbarstyle = 0
  87. colorize_scrollbar = FALSE
  88. menubaritemstyle = 1
  89. menubarstyle = 1
  90. menustyle = 0
  91. focusstyle = 3
  92. handlestyle = 1
  93. sliderstyle = 3
  94. scrollbarstyle = 2
  95. stepperstyle = 3
  96. # rgba = TRUE
  97. }
  98. }
  99. style "dark"
  100. {
  101. bg[NORMAL] = "#dfd7cf"
  102. bg[PRELIGHT] = shade (1.05, "#dfd7cf")
  103. bg[SELECTED] = @selected_bg_color
  104. bg[ACTIVE] = shade (0.95, "#dfd7cf")
  105. bg[INSENSITIVE] = "#dfd7cf"
  106. }
  107. style "wide" {
  108. xthickness = 2
  109. ythickness = 2
  110. }
  111. style "wider" {
  112. xthickness = 3
  113. ythickness = 3
  114. }
  115. style "entry" {
  116. xthickness = 3
  117. ythickness = 3
  118. engine "murrine" {
  119. }
  120. }
  121. style "vscale" {
  122. }
  123. style "hscale" {
  124. }
  125. style "button" {
  126. xthickness = 3
  127. ythickness = 3
  128. bg[NORMAL] = mix (0.4, "#dfd7cf", "#cdcdcd")
  129. bg[PRELIGHT] = mix (0.4, "#dfd7cf", shade (1.04, "#cdcdcd"))
  130. bg[ACTIVE] = mix (0.4, "#dfd7cf", shade (0.96, "#cdcdcd"))
  131. bg[INSENSITIVE] = mix (0.4, @bg_color, "#e2e1e1")
  132. fg[INSENSITIVE] = mix (0.4, "#dfd7cf", "#9c9c9c")
  133. engine "murrine" {
  134. #contrast = 1.0
  135. border_shades = {1.04, 0.82}
  136. reliefstyle = 5
  137. shadow_shades = {1.02, 1.1}
  138. textstyle = 1
  139. glowstyle = 5
  140. glow_shade = 1.1
  141. #text_shade = 1.04
  142. }
  143. }
  144. style "notebook_button" {
  145. xthickness = 3
  146. ythickness = 3
  147. bg[NORMAL] = @bg_color
  148. bg[PRELIGHT] = shade (1.04, @bg_color)
  149. bg[ACTIVE] = shade (0.96, @bg_color)
  150. bg[INSENSITIVE] = @bg_color
  151. engine "murrine" {
  152. #contrast = 1.0
  153. textstyle = 1
  154. border_shades = {1.01, 0.8}
  155. reliefstyle = 5
  156. shadow_shades = {1.0, 1.1}
  157. glowstyle = 5
  158. glow_shade = 1.02
  159. lightborder_shade = 1.32
  160. # lightborderstyle = 0
  161. #text_shade = 1.04
  162. }
  163. }
  164. style "spinbutton" = "notebook_button" {
  165. xthickness = 4
  166. engine "murrine" {
  167. }
  168. }
  169. style "scrollbar" = "button" {
  170. xthickness = 2
  171. ythickness = 2
  172. bg[NORMAL] = @bg_color
  173. bg[PRELIGHT] = shade (1.04, @bg_color)
  174. bg[ACTIVE] = shade (0.96, @bg_color)
  175. engine "murrine"
  176. {
  177. border_shades = {0.95, 0.90}
  178. roundness = 20
  179. contrast = 1.0
  180. trough_shades = {0.92, 0.98}
  181. lightborder_shade = 1.3
  182. glowstyle = 5
  183. glow_shade = 1.02
  184. gradient_shades = {1.2, 1.0, 1.0, 0.86}
  185. trough_border_shades = {0.9, 0.98}
  186. }
  187. }
  188. style "hscrollbar" {
  189. }
  190. style "vscrollbar" {
  191. }
  192. style "overlay_scrollbar"
  193. {
  194. bg[SELECTED] = shade (1.0, @selected_bg_color)
  195. bg[INSENSITIVE] = shade (0.85, @bg_color)
  196. bg[ACTIVE] = shade (0.6, @bg_color)
  197. }
  198. style "scale" = "button" {
  199. bg[NORMAL] = @bg_color
  200. bg[PRELIGHT] = shade (1.06, @bg_color)
  201. bg[ACTIVE] = shade (0.94, @bg_color)
  202. engine "murrine" {
  203. contrast = 0.6
  204. border_shades = {0.9, 0.8}
  205. roundness = 5
  206. lightborder_shade = 1.32
  207. gradient_shades = {1.1, 1.0, 1.0, 0.8}
  208. handlestyle = 2
  209. trough_border_shades = {0.9, 1.4}
  210. glow_shade = 1.0
  211. # reliefstyle = 2
  212. # shadow_shades = { 1.0, 0.9 }
  213. }
  214. }
  215. style "notebook_bg" {
  216. bg[NORMAL] = shade (1.02, @bg_color)
  217. bg[ACTIVE] = shade (0.97, @bg_color)
  218. fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color))
  219. }
  220. # The color is changed by the notebook_bg style, this style
  221. # changes the x/ythickness
  222. style "notebook" {
  223. xthickness = 2
  224. ythickness = 2
  225. engine "murrine" {
  226. roundness = 3
  227. contrast = 0.8
  228. focusstyle = 2
  229. lightborder_shade = 1.16
  230. gradient_shades = {1.1, 1.0, 1.0, 0.68}
  231. }
  232. }
  233. style "statusbar" {
  234. engine "murrine" {
  235. contrast = 1.2
  236. }
  237. }
  238. style "comboboxentry" = "notebook_button" {
  239. xthickness = 3
  240. ythickness = 3
  241. engine "murrine" {
  242. textstyle = 1
  243. glowstyle = 5
  244. glow_shade = 1.02
  245. }
  246. }
  247. style "menubar" = "dark" {
  248. # those two lines were added to fix firefox's menubar item text
  249. bg[SELECTED] = "#ece7e2"
  250. fg[SELECTED] = @fg_color
  251. engine "murrine" {
  252. textstyle = 1
  253. text_shade = 1.23
  254. gradient_shades = {1.0, 1.0, 1.0, 1.0}
  255. lightborder_shade = 1.0
  256. }
  257. }
  258. style "toolbar" {
  259. engine "murrine" {
  260. textstyle = 1
  261. text_shade = 1.32
  262. lightborder_shade = 1.0
  263. }
  264. }
  265. style "toolbar-button" = "notebook_button" {
  266. engine "murrine" {
  267. }
  268. }
  269. style "menu" {
  270. xthickness = 0
  271. ythickness = 0
  272. engine "murrine"
  273. {
  274. reliefstyle = 0
  275. roundness = 0
  276. }
  277. }
  278. style "menu_item" = "menu" {
  279. xthickness = 2
  280. ythickness = 3
  281. fg[PRELIGHT] = @selected_fg_color
  282. engine "murrine"
  283. {
  284. glowstyle = 5
  285. glow_shade = 1.1
  286. # lightborder_shade = 1.0
  287. # border_shades = { 1.5, 1.3 }
  288. roundness = 0
  289. }
  290. }
  291. style "menubar_item" = "menu_item" {
  292. bg[PRELIGHT] = "#ece7e2"
  293. fg[PRELIGHT] = @fg_color
  294. engine "murrine" {
  295. gradient_shades = {1.00, 1.0, 1.0, 1.0}
  296. # glowstyle = 5
  297. border_shades = { 1.0, 1.0 }
  298. glow_shade = 1.00
  299. lightborderstyle = 3
  300. lightborder_shade = 1.2
  301. roundness = 4
  302. }
  303. }
  304. style "scale_menu_item" = "scale" {
  305. engine "murrine" {
  306. roundness = 20
  307. lightborder_shade = 1.32
  308. reliefstyle = 0
  309. }
  310. }
  311. # This style is there to modify the separator menu items. The goals are:
  312. # 1. Get a specific height.
  313. # 2. The line should go to the edges (ie. no border at the left/right)
  314. style "separator_menu_item" {
  315. xthickness = 1
  316. ythickness = 0
  317. GtkSeparatorMenuItem::horizontal-padding = 0
  318. GtkWidget::wide-separators = 1
  319. GtkWidget::separator-width = 1
  320. GtkWidget::separator-height = 7
  321. engine "murrine" {
  322. contrast = 0.5
  323. separatorstyle = 0
  324. }
  325. }
  326. style "separator_tool_item" {
  327. xthickness = 0
  328. ythickness = 1
  329. GtkVSeparator::vertical-padding = 0
  330. GtkWidget::wide-separators = 1
  331. GtkWidget::separator-width = 7
  332. GtkWidget::separator-height = 1
  333. engine "murrine" {
  334. contrast = 0.5
  335. separatorstyle = 0
  336. }
  337. }
  338. style "frame_title" {
  339. fg[NORMAL] = lighter (@fg_color)
  340. }
  341. style "treeview" {
  342. engine "murrine"
  343. {
  344. roundness = 2
  345. lightborder_shade = 1.1
  346. gradient_shades = {1.04, 1.0, 1.0, 0.96}
  347. }
  348. }
  349. style "progressbar" {
  350. xthickness = 1
  351. ythickness = 1
  352. bg[ACTIVE] = shade (0.94, @bg_color)
  353. #bg[SELECTED] = "#cdcdcd"
  354. fg[PRELIGHT] = @selected_fg_color
  355. engine "murrine" {
  356. #trough_shades = {0.98, 1.02}
  357. roundness = 8
  358. lightborderstyle = 1
  359. lightborder_shade = 1.26
  360. border_shades = {0.95, 0.85}
  361. gradient_shades = {1.1, 1.0, 1.0, 0.9}
  362. trough_border_shades = {0.9, 1.4}
  363. }
  364. }
  365. style "progressbar_menu_item" = "progressbar" {
  366. engine "murrine" {
  367. roundness = 0
  368. }
  369. }
  370. # This style is based on the default style, so that the colors from the button
  371. # style are overriden again.
  372. style "treeview_header" = "notebook_button" {
  373. xthickness = 2
  374. ythickness = 1
  375. engine "murrine" {
  376. glazestyle = 1
  377. contrast = 0.8
  378. lightborder_shade = 1.16
  379. textstyle = 1
  380. glow_shade = 1.0
  381. }
  382. }
  383. style "treeview_header_scrolled" = "treeview_header" {
  384. }
  385. style "scrolledwindow" {
  386. engine "murrine" {
  387. contrast = 0.6
  388. }
  389. }
  390. style "radiocheck" = "button" {
  391. text[NORMAL] = shade (0.535, @selected_bg_color)
  392. text[PRELIGHT] = shade(1.06, shade (0.535, @selected_bg_color))
  393. bg[NORMAL] = shade (0.92, @bg_color)
  394. bg[PRELIGHT] = mix (0.2, @selected_bg_color, shade(1.1, @bg_color))
  395. fg[INSENSITIVE] = darker (@bg_color)
  396. fg[ACTIVE] = @fg_color
  397. engine "murrine" {
  398. reliefstyle = 3
  399. gradient_shades = {1.2, 1.0, 1.0, 0.9}
  400. shadow_shades = {0.6, 0.5}
  401. textstyle = 0
  402. }
  403. }
  404. style "tooltips" {
  405. xthickness = 4
  406. ythickness = 4
  407. bg[NORMAL] = @tooltip_bg_color
  408. fg[NORMAL] = @tooltip_fg_color
  409. bg[SELECTED] = "#000000"
  410. engine "murrine" {
  411. rgba = TRUE
  412. }
  413. }
  414. style "infobar" {
  415. engine "murrine" {
  416. }
  417. }
  418. style "nautilus_location" {
  419. bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color)
  420. }
  421. style "calendar" {
  422. xthickness = 0
  423. ythickness = 0
  424. engine "murrine" {
  425. roundness = 0
  426. }
  427. }
  428. style "calendar_menu_item" = "calendar" {
  429. # base[NORMAL] = "#c5bfb7"
  430. }
  431. style "soundfix"
  432. {
  433. }
  434. # Wrokaround style for places where the text color is used instead of the fg color.
  435. style "text_is_fg_color_workaround" {
  436. text[NORMAL] = @fg_color
  437. text[PRELIGHT] = @fg_color
  438. text[SELECTED] = @selected_fg_color
  439. text[ACTIVE] = @fg_color
  440. text[INSENSITIVE] = darker (@bg_color)
  441. }
  442. # Workaround style for menus where the text color is used instead of the fg color.
  443. style "menuitem_text_is_fg_color_workaround" {
  444. text[NORMAL] = @fg_color
  445. text[PRELIGHT] = @selected_fg_color
  446. text[SELECTED] = @selected_fg_color
  447. text[ACTIVE] = @fg_color
  448. text[INSENSITIVE] = "#99958b"
  449. }
  450. # Workaround style for places where the fg color is used instead of the text color.
  451. style "fg_is_text_color_workaround" {
  452. fg[NORMAL] = @text_color
  453. fg[PRELIGHT] = @text_color
  454. fg[SELECTED] = @selected_fg_color
  455. fg[ACTIVE] = @selected_fg_color
  456. fg[INSENSITIVE] = darker (@bg_color)
  457. }
  458. # Style to set the toolbar to use a flat style. This is because the "New" button in
  459. # Evolution is not drawn transparent. So if there is a gradient in the background it will
  460. # look really wrong.
  461. # See http://bugzilla.gnome.org/show_bug.cgi?id=446953.
  462. style "evo_new_button_workaround" {
  463. }
  464. ###############################################################################
  465. # The following part of the gtkrc applies the different styles to the widgets.
  466. ###############################################################################
  467. # The default style is applied to every widget
  468. class "GtkWidget" style "default"
  469. class "GtkSeparator" style "wide"
  470. class "GtkFrame" style "wide"
  471. class "GtkCalendar" style "wide"
  472. class "GtkEntry" style "entry"
  473. class "GtkSpinButton" style "spinbutton"
  474. class "GtkScale" style "scale"
  475. class "GtkVScale" style "vscale"
  476. class "GtkHScale" style "hscale"
  477. class "GtkScrollbar" style "scrollbar"
  478. class "GtkHScrollbar" style "hscrollbar"
  479. class "GtkVScrollbar" style "vscrollbar"
  480. class "GtkCalendar" style "calendar"
  481. class "GtkInfoBar" style "infobar"
  482. # General matching follows. The order is choosen so that the right styles override
  483. # each other. EG. progressbar needs to be more important than the menu match.
  484. widget_class "*<GtkNotebook>" style "notebook_bg"
  485. # This is not perfect, it could be done better.
  486. # (That is modify *every* widget in the notebook, and change those back that
  487. # we really don't want changed)
  488. widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg"
  489. widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg"
  490. widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg"
  491. widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook_bg"
  492. widget_class "*<GtkToolbar>*" style "toolbar"
  493. widget_class "*<GtkScrolledWindow>*" style "scrolledwindow"
  494. widget_class "*<GtkButton>" style "button"
  495. widget_class "*<GtkButton>*<GtkLabel>" style "button"
  496. widget_class "*<GtkToolbar>.*.<GtkButton>*" style "notebook_button"
  497. widget_class "*<GtkNotebook>" style "notebook"
  498. widget_class "*<GtkStatusbar>" style "statusbar"
  499. widget_class "*<GtkSpinButton>*" style "spinbutton"
  500. widget_class "*<GtkNotebook>*<GtkButton>" style "notebook_button"
  501. widget_class "*<GtkNotebook>*<GtkButton>*<GtkLabel>" style "notebook_button"
  502. widget_class "*<GtkRadioButton>*" style "radiocheck"
  503. widget_class "*<GtkCheckButton>*" style "radiocheck"
  504. widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
  505. widget_class "*<GtkCombo>*" style "comboboxentry"
  506. widget_class "*<GtkMenuBar>*" style "menubar"
  507. widget_class "*<GtkMenu>*" style "menu"
  508. widget_class "*<GtkMenuItem>*" style "menu_item"
  509. widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
  510. widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item"
  511. widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "menubar_item"
  512. widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
  513. widget_class "*.<GtkTreeView>*" style "treeview"
  514. widget_class "*<GtkProgress>" style "progressbar"
  515. widget_class "*<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item"
  516. widget_class "*<GtkMenuItem>.*.<GtkScale>" style "scale_menu_item"
  517. widget_class "*<GtkMenuItem>.*.<GtkCalendar>" style "calendar_menu_item"
  518. # Treeview headers (and similar stock GTK+ widgets)
  519. widget_class "*.<GtkScrolledWindow>*<GtkTreeView>*" style "treeview_header_scrolled"
  520. widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header"
  521. widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header"
  522. widget_class "*.<GtkList>.<GtkButton>" style "treeview_header"
  523. widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header"
  524. widget_class "*.<GtkTreeView>.<GtkButton>.*<GtkLabel>" style "treeview_header"
  525. widget_class "*.<GtkCTree>.<GtkButton>.*<GtkLabel>" style "treeview_header"
  526. widget_class "*.<GtkList>.<GtkButton>.*<GtkLabel>" style "treeview_header"
  527. widget_class "*.<GtkCList>.<GtkButton>.*<GtkLabel>" style "treeview_header"
  528. # Overlay scrollbar
  529. widget_class "*<OsScrollbar>" style "overlay_scrollbar"
  530. widget_class "*<OsThumb>" style "overlay_scrollbar"
  531. # The window of the tooltip is called "gtk-tooltip"
  532. ##################################################################
  533. # FIXME:
  534. # This will not work if one embeds eg. a button into the tooltip.
  535. # As far as I can tell right now we will need to rework the theme
  536. # quite a bit to get this working correctly.
  537. # (It will involve setting different priorities, etc.)
  538. ##################################################################
  539. widget "gtk-tooltip*" style "tooltips"
  540. ##########################################################################
  541. # Following are special cases and workarounds for issues in applications.
  542. ##########################################################################
  543. # Workaround for the evolution ETable (bug #527532)
  544. widget_class "*.ETable.ECanvas" style "treeview_header"
  545. # Workaround for the evolution ETree
  546. widget_class "*.ETree.ECanvas" style "treeview_header"
  547. # Special case the nautilus-extra-view-widget
  548. # ToDo: A more generic approach for all applications that have a widget like this.
  549. widget "*.nautilus-extra-view-widget" style : highest "nautilus_location"
  550. # Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
  551. # Note that this work around assumes that the combobox is _not_ in appears-as-list mode.
  552. widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
  553. # This is the part of the workaround that fixes the menus
  554. widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
  555. # Work around the usage of GtkLabel inside GtkListItems to display text.
  556. # This breaks because the label is shown on a background that is based on the base color.
  557. widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
  558. # GtkCList also uses the fg color to draw text on top of the base colors.
  559. widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
  560. # Nautilus when renaming files, and maybe other places.
  561. widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
  562. # Work around for ubuntu's lucid sound indicator
  563. widget "ido-offscreen-scale" style "soundfix"
  564. # Thickness for indicator menu items
  565. widget "*IdoEntryMenuItem*" style "wide"
  566. # See the documentation of the style.
  567. widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround"
  568. # Includes
  569. #include "apps/banshee.rc"
  570. include "apps/chromium.rc"
  571. include "apps/ff.rc"
  572. include "apps/gnome-terminal.rc"
  573. include "apps/nautilus.rc"