/usr/share/themes/Loma/gtk-2.0/gtkrc is in openbox-themes 1.0.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 | # Based on MurrinnaNeo-Gilouche by
#Jakub Steiner, Garrett LeSage, Richard Stellingwerff, Emil Jacobs, and Daniel Borgmann.
#Modified by zero gravity
style "theme-default"
{
GtkButton ::default_border = { 0, 0, 0, 0 }
GtkRange ::trough_border = 0
GtkPaned ::handle_size = 8
GtkRange ::slider_width = 15
GtkRange ::stepper_size = 15
GtkScrollbar ::min_slider_length = 20
GtkCheckButton ::indicator_size = 14
GtkMenuBar ::internal-padding = 0
GtkTreeView ::expander_size = 12
GtkExpander ::expander_size = 14
xthickness = 1
ythickness = 1
fg[NORMAL] = "#101010" # very dark gray #101010
fg[PRELIGHT] = "#101010" # dark grey
fg[ACTIVE] = "#000000" # black
fg[SELECTED] = "#b7b89f" # light*
fg[INSENSITIVE] = "#beb399" # dark beige / grey (disabled text)
bg[NORMAL] = "#fbf8f1" # light beige / grey
bg[PRELIGHT] = "#fffefc" # very light beige
bg[ACTIVE] = "#f6efe0" # mid beige / grey
bg[SELECTED] = "#423a3a" # brown*
bg[INSENSITIVE] = "#f1efde" # light beige / grey
base[NORMAL] = "#ffffff" # white
base[PRELIGHT] = "#423a3a" # brown*
base[SELECTED] = "#423a3a" # brown*
base[INSENSITIVE] = "#fbf8f1" #light beige / grey
base[ACTIVE] = "#96b9d5"
base[PRELIGHT] = "#423a3a" # Selected item background
engine "murrine" {
contrast = 1.0
glazestyle = 0 # 0 = flat hilight, 1 = curved hilight
menubarstyle = 3 # 0 = flat, 1 = glass, 2 = gradient
menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
listviewheaderstyle = 1 # 0 = flat, 1 = glass
animation = TRUE
roundness = 2
hilight_ratio = 1.0 #
scrollbar_color = "#423a3a"
gradients = TRUE
menuitemstyle = 1
menustyle = 1
listviewstyle = 1
scrollbarstyle = 3
}
}
style "theme-wide" = "theme-default"
{
xthickness = 2
ythickness = 2
}
style "theme-wider" = "theme-default"
{
xthickness = 3
ythickness = 3
}
style "theme-button" = "theme-wider"
{
bg[NORMAL] = "#efe1d0" # knappar & topp scroll
bg[PRELIGHT] = "#fbf8f1" # very light beige
bg[ACTIVE] = "#efe1d0" # aktiva mappar
bg[SELECTED] = "#efe1d0" # ingen aning
bg[INSENSITIVE] = "#efe1d0" # ingen aning
}
style "theme-scale" = "theme-button"
{
}
style "theme-scrollbar" = "theme-button"
{
xthickness = 2
ythickness = 2
}
style "theme-range" = "theme-default"
{
xthickness = 3
ythickness = 3
}
style "theme-notebook" = "theme-wide"
{
base[SELECTED] = "#9cbcdf" # Tab selection color
bg[ACTIVE] = "#f0e7d3" # Unselected tabs
}
style "theme-tasklist" = "theme-default"
{
xthickness = 5
ythickness = 3
}
style "theme-menu" = "theme-default"
{
xthickness = 2
ythickness = 1
bg[NORMAL] = "#f4edd3" #undermenyfärg
}
style "theme-menu-item" = "theme-default"
{
xthickness = 2
ythickness = 3
fg[PRELIGHT] = "#b7b89f"
text[PRELIGHT] = "#b7b89f"
#bg[NORMAL] = "#00ff00" # Horizontal lines
base[PRELIGHT] = "#5a81b4" # Selection color
}
style "theme-menubar" = "theme-default"
{
xthickness = 2
ythickness = 2
}
style "theme-menubar-item" = "theme-menu-item"
{
}
style "theme-tree" = "theme-default"
{
xthickness = 2
ythickness = 2
GtkTreeView::odd_row_color = "#f7f7ff"
GtkTreeView::even_row_color = "#ffffff"
}
style "theme-tooltips" = "theme-default"
{
xthickness = 4
ythickness = 4
bg[NORMAL] = { 1.0,1.0,0.75 }
}
style "theme-progressbar" = "theme-wide"
{
xthickness = 0
ythickness = 0
fg[PRELIGHT] = "#ffffff"
}
style "theme-combo" = "theme-button"
{
}
style "theme-frame-title" = "theme-default"
{
fg[NORMAL] = "#2a2a2a"
}
style "metacity-frame" = "theme-default"
{
bg[SELECTED] = "#5c82b5"
}
style "theme-slab" = "theme-default"
{
bg[SELECTED] = "#84b0da" # Outline
bg[NORMAL] = "#fdfbf7" # Base bg color
bg[ACTIVE] = "#e9eef5" # Right side bg color
fg[NORMAL] = "#6a97c5" # Left side caption text color
fg[INSENSITIVE] = "#5c8dbf" # Right side caption text color
}
style "theme-slab-group" = "theme-default"
{
#bg[SELECTED] = "#adc09b" # Slab group text
}
style "theme-shell" = "theme-default"
{
bg[ACTIVE] = "#e9eef5" # Left side bg color
fg[NORMAL] = "#5c8dbf" # Left side text color
fg[INSENSITIVE] = "#bdcce1" # Left side line
base[NORMAL] = "#fdfbf7" # Base bg color
text[INSENSITIVE] = "#6a97c5" # Base text color
}
style "evolution-hack" = "clearlooks-default"
{
bg[ACTIVE] = "#96b9d5"
bg[SELECTED] = "#6798cb"
fg[ACTIVE] = "#000000"
fg[SELECTED] = "#ffffff"
}
style "theme-shell-highlight" = "theme-default"
{
}
#nautilus search stripe and other specialties
style "extra-view" {
bg[NORMAL] = "#729fcf"
font = "Sans 6"
}
style "panelbg"
{
bg_pixmap[NORMAL] = "panel-bg.png"
bg_pixmap[ACTIVE] = "panel-bg.png"
bg_pixmap[PRELIGHT] = "panel-bg.png"
}
class "*Panel*" style "panelbg"
widget_class "*Mail*" style "panelbg"
widget_class "*applet*" style "panelbg"
widget_class "*Applet*" style "panelbg"
widget_class "*manager*" style "panelbg"
#nautilus search stripe
widget "*.nautilus-extra-view-widget" style:highest "extra-view"
# Toolbar
#class "GtkToolbar" style "theme-toolbar"
# GNOME-main-menu slab
class "SlabWindow" style "theme-slab"
# App Browser & Control Center
class "ShellWindow" style "theme-shell"
widget_class "ShellWindow.*.GtkEventBox" style "theme-shell-highlight"
# Evolution
widget_class "*GtkCTree*" style "evolution-hack"
widget_class "*GtkList*" style "evolution-hack"
widget_class "*GtkCList*" style "evolution-hack"
widget_class "*.ETree.*" style "evolution-hack"
# widget styles
class "GtkWidget" style "theme-default"
class "GtkButton" style "theme-button"
class "GtkScale" style "theme-range"
class "GtkCombo" style "theme-button"
class "GtkScale" style "theme-scale"
class "GtkScrollbar" style "theme-scrollbar"
class "GtkRange" style "theme-wide"
class "GtkFrame" style "theme-wide"
class "GtkMenu" style "theme-menu"
class "GtkEntry" style "theme-wider"
class "GtkMenuItem" style "theme-menu-item"
class "GtkNotebook" style "theme-notebook"
class "GtkProgressBar" style "theme-progressbar"
class "*MenuBar*" style "theme-menubar"
widget_class "*MenuItem.*" style "theme-menu-item"
widget_class "*MenuBar.*" style "theme-menubar-item"
# combobox stuff
widget_class "*.GtkComboBox.GtkButton" style "theme-combo"
widget_class "*.GtkCombo.GtkButton" style "theme-combo"
# tooltips stuff
widget_class "*.tooltips.*.GtkToggleButton" style "theme-tasklist"
widget "gtk-tooltips" style "theme-tooltips"
# treeview stuff
widget_class "*.GtkTreeView.GtkButton" style "theme-tree"
widget_class "*.GtkCTree.GtkButton" style "theme-tree"
widget_class "*.GtkList.GtkButton" style "theme-tree"
widget_class "*.GtkCList.GtkButton" style "theme-tree"
widget_class "*.GtkFrame.GtkLabel" style "theme-frame-title"
# notebook stuff
widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook"
widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook"
# wm stuff
class "MetaFrames" style "metacity-frame"
class "GtkWindow" style "metacity-frame"
|