Easy Chroot 0.3.1
[easy-deb-chroot] / fremantle / easy-deb-chroot / archive / MurrinaNightOrange / gtk-2.0 / gtkrc
1 # theme by BaSS <bass@josealberto.org> www.josealberto.org
2 # based in Murrine night
3 style "theme-default"
4 {
5   GtkButton      ::default_border    = { 0, 0, 0, 0 }
6   GtkRange       ::trough_border     = 0
7   GtkPaned       ::handle_size       = 6
8   GtkRange       ::slider_width      = 32
9   GtkRange       ::stepper_size      = 38
10
11   GtkScrollbar   ::min_slider_length = 30
12   GtkCheckButton ::indicator_size    = 14
13   GtkMenuBar     ::internal-padding  = 0
14   GtkTreeView    ::expander_size     = 14
15   GtkExpander    ::expander_size     = 16
16   GtkScale       ::slider-length     = 24
17   # cursor
18   GtkWidget      ::cursor_color      = "#FF993F"
19   
20   xthickness = 1
21   ythickness = 1
22
23   # texto general
24   fg[NORMAL]        = "#aeaeae" 
25   # texto y detalles mouseover
26   fg[PRELIGHT]      = "#FF993F" 
27   # texto activo
28   fg[ACTIVE]        = "#cccccc" 
29   fg[SELECTED]      = "#cccccc" 
30   # texto inactivo
31   fg[INSENSITIVE]   = "#5c5c5c" 
32
33   # fondo general
34   bg[NORMAL]        = "#3c3c3c" 
35   # fondo elementos seleccionado
36   bg[PRELIGHT]      = "#292929" 
37   # fondo seleccion
38   bg[ACTIVE]        = "#2c2c2c" 
39   # elementos seleccionados (chekcboxes...)
40   bg[SELECTED]      = "#272727" 
41   # fondo elementos inactivos
42   bg[INSENSITIVE]   = "#353535" 
43   
44   # fondo general
45   base[NORMAL]      = "#191919" 
46   base[PRELIGHT]    = "#272727" 
47   # fondo activo
48   base[ACTIVE]      = "#333333" 
49   base[SELECTED]    = "#404040" 
50   base[INSENSITIVE] = "#333333" 
51   
52   text[NORMAL]      = "#aeaeae" 
53   text[PRELIGHT]    = "#aeaeae" 
54   text[ACTIVE]      = "#aeaeae" 
55   text[SELECTED]    = "#aeaeae" 
56   text[INSENSITIVE] = "#000000" 
57
58   GnomeHRef::link_color         ="#424449" 
59   GtkIMHtmlr::hyperlink-color   ="#424449"
60
61   NautilusIconContainer::normal_alpha = 0
62   NautilusIconContainer::frame_text   = 1
63   #NautilusIconContainer::dark_info_color   = "#827B69"
64   #NautilusIconContainer::light_info_color  = "#827B69"
65   #NautilusIconContainer::highlight_alpha   = 70
66
67   engine "murrine" 
68   {
69     scrollbarstyle = 4 # Enable or disable circles, stripes, handles
70     listviewstyle = 1 # 0 = nothing, 1 = dotted
71     scrollbar_color     = "#252525"
72     contrast            = 1.0
73     glazestyle = 3 # 0 = flat hilight, 1 = curved hilight, 2 = concave style, 3 = top curved hilight, 4 = beryl style
74     menubarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
75     menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
76     menuitemstyle = 2 # 0 = flat, 1 = glassy, 2 = striped
77     listviewheaderstyle = 2 # 0 = flat, 1 = glassy, 2 = raised
78     roundness = 7 # 0 = squared, 1 = old default, more will increase roundness
79     animation = TRUE # FALSE = disabled, TRUE = enabled
80   }
81 }
82
83 style "theme-wide" = "theme-default"
84 {
85   xthickness = 2
86   ythickness = 2
87 }
88
89 style "theme-wider" = "theme-default"
90 {
91   xthickness = 3
92   ythickness = 3
93 }
94
95 style "theme-entry" = "theme-wider"
96 {
97   bg[SELECTED] = "#262626"
98 }
99
100 style "theme-button" = "theme-wider"
101 {
102   bg[NORMAL] = "#404040"
103   bg[ACTIVE] = "#303030"
104 }
105
106 style "theme-notebook" = "theme-wide" {}
107
108 style "theme-tasklist" = "theme-default"
109 {
110   xthickness = 5
111   ythickness = 3
112 }
113
114 style "theme-menu" = "theme-default"
115 {
116   xthickness = 2
117   ythickness = 1
118 }
119
120 style "theme-menu-item" = "theme-default"
121 {
122   ythickness = 3
123   fg[PRELIGHT] = "#FF993F"
124   text[PRELIGHT] = "#cccccc"
125 }
126
127 style "theme-menubar" = "theme-default"
128 {
129   bg[NORMAL] = "#2c2c2c"
130 }
131
132 style "theme-menubar-item"
133 {
134   ythickness = 4
135   bg[PRELIGHT] = "#272727"
136 }
137
138 style "theme-tree" = "theme-default"
139 {
140   xthickness = 2
141   ythickness = 2
142 }
143
144 style "theme-frame-title" = "theme-default"
145 {
146   fg[NORMAL] = "#aeaeae" 
147 }
148
149 style "theme-tooltips" = "theme-default"
150 {
151   xthickness = 4
152   ythickness = 4
153   bg[NORMAL] = "#2c2c2c"
154 }
155
156 style "theme-progressbar" = "theme-wide"
157 {
158   xthickness = 1
159   ythickness = 1
160   fg[PRELIGHT] = "#000000"
161 }
162
163 style "theme-combo" = "theme-button" {}
164
165 style "EditorStyle" {
166   base[NORMAL] = "#111111"
167   text[NORMAL] = "#aeaeae"
168   text[PRELIGHT] = "#aeaeae"
169   text[ACTIVE] = "#aeaeae"
170   text[INSENSITIVE] = "#aeaeae"
171 }
172
173 class "GtkWidget"      style "theme-default"
174 class "GtkButton"      style "theme-button"
175 class "GtkScale"       style "theme-button"
176 class "GtkCombo"       style "theme-button"
177 class "GtkRange"       style "theme-wide"
178 class "GtkFrame"       style "theme-wide"
179 class "GtkMenu"        style "theme-menu"
180 class "GtkEntry"       style "theme-entry"
181 class "GtkMenuItem"    style "theme-menu-item"
182 class "GtkNotebook"    style "theme-notebook"
183 class "GtkProgressBar" style "theme-progressbar"
184 class "*MenuBar*"      style "theme-menubar"
185
186 widget_class "*MenuItem.*" style "theme-menu-item"
187 widget_class "*MenuBar.*"  style "theme-menubar-item"
188
189 widget_class "*.GtkComboBox.GtkButton" style "theme-combo"
190 widget_class "*.GtkCombo.GtkButton"    style "theme-combo"
191
192 widget_class "*.tooltips.*.GtkToggleButton" style "theme-tasklist"
193 widget "gtk-tooltips" style "theme-tooltips"
194
195 widget_class "*.GtkTreeView.GtkButton"  style "theme-tree"
196 widget_class "*.GtkCTree.GtkButton"     style "theme-tree"
197 widget_class "*.GtkList.GtkButton"      style "theme-tree"
198 widget_class "*.GtkCList.GtkButton"     style "theme-tree"
199 widget_class "*.GtkFrame.GtkLabel"      style "theme-frame-title"
200
201 widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook"
202 widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook"
203
204 class "GtkTextView" style "EditorStyle"