Proper check for rawzor libraries.
[rawtherapee-fixes.git] / release / themes / gray
blob930444fdddcb6f1c449fe2ea54e19fdb83a84196
1 # DarknessReturns GTK+ Theme for Clearlooks GTK Engine
2
3 # Created for CrunchBang Linux by Philip Newborough
4 # http://crunchbang.org/projects/linux/
6 style "theme-default" {
8     font_name = "tahoma 8"
10     GtkButton      ::default_border    = { 0, 0, 0, 0 }
11     GtkRange       ::trough_border     = 1
12     GtkPaned       ::handle_size       = 6
13     GtkRange       ::slider_width      = 12
14     GtkRange       ::stepper_size      = 12
15     GtkScrollbar   ::min_slider_length = 30
16     GtkCheckButton ::indicator_size    = 13
17     GtkMenuBar     ::internal-padding  = 0
18     GtkTreeView    ::expander_size     = 12
19     GtkExpander    ::expander_size     = 12
21     xthickness = 1
22     ythickness = 1
24     fg[NORMAL]        = "#101010" 
25     fg[PRELIGHT]      = "#101010" 
26     fg[ACTIVE]        = "#31353A" 
27     fg[SELECTED]      = "#B2B2B2" 
28     fg[INSENSITIVE]   = "#9E9C9E" 
30     bg[NORMAL]        = "#A1A1A1" 
31     bg[PRELIGHT]      = "#B2B2B2" 
32     bg[ACTIVE]        = "#B2B2B2" 
33     bg[SELECTED]      = "#31353A" 
34     bg[INSENSITIVE]   = "#B2B2B2" 
36     base[NORMAL]      = "#B2B2B2" 
37     base[PRELIGHT]    = "#31353A"
38     base[SELECTED]    = "#31353A" 
39     base[INSENSITIVE] = "#fbf8f1" 
40     base[ACTIVE]      = "#31353A" 
41     base[PRELIGHT]    = "#729fcf"
43     text[NORMAL]      = "#101010"
44     text[PRELIGHT]    = "#d0d0d0"
45     text[ACTIVE]      = "#E2E2E2"
46     text[SELECTED]    = "#E2E2E2"
47     text[INSENSITIVE] = "#E2E2E2"
49     engine "clearlooks" {
50         menubarstyle = 0
51     }
54 style "theme-wide" = "theme-default" {
55     xthickness = 3
56     ythickness = 3
59 style "theme-text" = "theme-default" {
60     #base[SELECTED]     = "#fc9747"  # Outline?
63 style "theme-toolbar" = "theme-default" {
64     bg[NORMAL] = "#A1A1A1"
67 style "theme-tasklist" = "theme-default" {
68     xthickness = 5
69     ythickness = 3
72 style "theme-menu" = "theme-default" {
73     xthickness = 2
74     ythickness = 2
75     bg[NORMAL] = "#A1A1A1"
78 style "theme-menu-item" = "theme-default" {
79     xthickness = 1
80     ythickness = 1
81     fg[PRELIGHT] = "#ffffff"
82     text[PRELIGHT] = "#ffffff"
83     base[PRELIGHT] = "#A1A1A1"
86 style "theme-menu-itembar" = "theme-default" {
87     xthickness = 0
88     ythickness = 0
91 style "theme-tree" = "theme-default" {
92     xthickness = 2
93     ythickness = 2
94     GtkTreeView::odd_row_color = "#f7f7ff"
95     GtkTreeView::even_row_color = "#ffffff"
98 style "theme-frame-title" = "theme-default" {
99     fg[NORMAL] = "#2a2a2a"
102 style "theme-panel" = "theme-default" {
103     xthickness = 3
104     ythickness = 3
107 style "theme-tooltips" = "theme-default" {
108     xthickness = 4
109     ythickness = 4
110     bg[NORMAL] = { 1.0,1.0,0.75 }
113 style "theme-progressbar" = "theme-default" {
114     xthickness = 1
115     ythickness = 1
116     fg[PRELIGHT]  = "#ffffff"
119 style "theme-combo" = "theme-default" {
120     xthickness = 2
121     ythickness = 0
124 style "theme-button" = "theme-wide" {
125     xthickness = 1
126     ythickness = 1
127     #bg[NORMAL] = "#31353A"
128     #bg[PRELIGHT] = "#555555"
129     #bg[NORMAL] = "#31353A"
131 style "theme-check" = "theme-button" {
134 style "theme-panel" = "theme-default" {
135     xthickness = 3
136     ythickness = 3
139 style "theme-notebook" = "theme-wide" {
140     base[SELECTED]      = "#A1A1A1"
141     bg[ACTIVE]        = "#A1A1A1"
142     base[PRELIGHT]    = "#A1A1A1"
143     bg[PRELIGHT]      = "#A1A1A1"
146 style "metacity-frame" {
147   bg[SELECTED]  = "#5c82b5"
150 style "theme-slab" = "theme-default" {
151     bg[SELECTED] = "#84b0da"
152     bg[NORMAL] = "#fdfbf7"
153     bg[ACTIVE] = "#e9eef5"
154     fg[NORMAL] = "#6a97c5"
155     fg[INSENSITIVE] = "#5c8dbf"
158 style "theme-slab-group" = "theme-default" {
159     #bg[SELECTED] = "#adc09b"  # Slab group text
162 style "theme-shell" = "theme-default" {
163     bg[ACTIVE] = "#e9eef5"      # Left side bg color
164     fg[NORMAL] = "#5c8dbf"      # Left side text color
165     fg[INSENSITIVE] = "#bdcce1" # Left side line
167     base[NORMAL] = "#fdfbf7"        # Base bg color
168     text[INSENSITIVE] = "#6a97c5"   # Base text color
171 style "evolution-hack" = "clearlooks-default" {
172     bg[ACTIVE]   = "#96b9d5"
173     bg[SELECTED] = "#6798cb"
174     fg[ACTIVE]   = "#000000"
175     fg[SELECTED] = "#ffffff"
178 style "theme-shell-highlight" = "theme-default" {
181 style "extra-view" {
182     bg[NORMAL] = "#729fcf"
183     font = "Sans 6"
186 style "rox" = "theme-default" {
187     bg[NORMAL] = "#ffffff"
188     bg[ACTIVE] = "#ffffff"
189     fg[NORMAL] = "#000000"
190     fg[ACTIVE] = "#000000"
193 class "GtkWidget" style "theme-default"
194 class "GtkButton" style "theme-button"
195 class "GtkCombo"  style "theme-button"
196 class "GtkRange"  style "theme-wide"
197 class "GtkFrame"  style "theme-wide"
198 class "GtkMenu"   style "theme-menu"
199 class "GtkEntry"  style "theme-button"
200 class "GtkMenuItem"    style "theme-menu-item"
201 class "GtkStatusbar"   style "theme-wide"
202 class "GtkNotebook"    style "theme-notebook"
203 class "GtkProgressBar" style "theme-progressbar"
204 class "GtkCheckButton" style "theme-check"
205 class "GtkRadioButton" style "theme-check"
207 widget_class "*MenuItem.*" style "theme-menu-item"
208 widget_class "*.GtkComboBox.GtkButton" style "theme-combo"
209 widget_class "*.GtkCombo.GtkButton"    style "theme-combo"
210 widget_class "*.tooltips.*.GtkToggleButton" style "theme-tasklist"
211 widget "gtk-tooltip" style "theme-tooltips"
212 widget_class "*.GtkTreeView.GtkButton" style "theme-tree"
213 widget_class "*.GtkCTree.GtkButton" style "theme-tree"
214 widget_class "*.GtkList.GtkButton" style "theme-tree"
215 widget_class "*.GtkCList.GtkButton" style "theme-tree"
216 widget_class "*.GtkFrame.GtkLabel" style "theme-frame-title"
217 widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook"
218 widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook"
219 class "MetaFrames" style "metacity-frame"
220 widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "theme-panel"
221 widget "*.nautilus-extra-view-widget" style:highest "extra-view"
222 class "SlabWindow" style "theme-slab"
223 class "ShellWindow" style "theme-shell"
224 widget_class "ShellWindow.*.GtkEventBox" style "theme-shell-highlight"
225 widget_class "*GtkCTree*" style "evolution-hack"
226 widget_class "*GtkList*" style "evolution-hack"
227 widget_class "*GtkCList*" style "evolution-hack"
228 widget_class "*.ETree.*" style "evolution-hack"
229 widget_class "*Collection*" style "rox"