/usr/share/themes/Phasex-Dark/gtk-2.0/gtkrc is in phasex 0.14.97-2build1.
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 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 | # Phasex-Dark theme
gtk-color-scheme = "bg1:#110011\nbg1_shade:#0b000b\nbg1_dark:#080008\nbg2:#000050\nbg2_shade:#000040\nbg2_dark:#000030\nbg3:#000020\nbg3_shade:#000018\nbg3_dark:#000010\nhighlight1:#f8a811\nhighlight2:#f89811\nhighlight3:#00e800\nspecial1:#00e800\nspecial2:#0000a0\nspecial3:#f70000\ntext1:#c0c0c0\ntext2:#a0a0a0\ngrey1:#606060\ngrey2:#404040"
style "phasex-default"
{
xthickness = 1
ythickness = 0
GtkTreeView::even_row_color = @bg3
GtkTreeView::odd_row_color = @bg3_shade
GtkTreeView::enable_tree_lines = "true"
bg[NORMAL] = @bg1 # normal background
bg[PRELIGHT] = @bg2 # pane slider highlight
bg[ACTIVE] = @bg2 # selected text background
bg[SELECTED] = @special1 # selected text entry border
bg[INSENSITIVE] = @bg1 # insensitive button background
base[NORMAL] = @bg3_shade # text entry and toggle button background
base[PRELIGHT] = @highlight2 #
base[ACTIVE] = @bg2 # active text background (not selected)
base[SELECTED] = @bg2_shade # active and selected text background
base[INSENSITIVE] = @bg1 #
fg[NORMAL] = @text1 # main text
fg[PRELIGHT] = @highlight2 # button text highlight
fg[ACTIVE] = @highlight1 # toggled-on button text
fg[SELECTED] = @highlight2 #
fg[INSENSITIVE] = @grey2 #
text[NORMAL] = @text1 # text entry and widget arrow
text[PRELIGHT] = @highlight2 # text entry and widget arrow highlight
text[ACTIVE] = @highlight1 # active entry text (not selected)
text[SELECTED] = @highlight1 # active and selected entry text
text[INSENSITIVE] = @grey1 # insensitive widget arrow and button text
}
style "phasex-tree" = "phasex-default"
{
text[NORMAL] = @highlight1
fg[NORMAL] = @highlight1
}
style "phasex-combo" = "phasex-default"
{
bg[SELECTED] = @highlight2 # selected text entry border
text[PRELIGHT] = @highlight2 # text entry and widget arrow highlight
fg[PRELIGHT] = @highlight2 #
fg[ACTIVE] = @highlight2 # toggled on button text
base[ACTIVE] = @highlight2 # active text background (not selected)
}
style "phasex-menubar" = "phasex-default"
{
xthickness = 2
ythickness = 2
bg[PRELIGHT] = @special2 # menu item background highlight
bg[ACTIVE] = @bg2 # active menu item background
bg[SELECTED] = @bg2 # selected menu item background
bg[INSENSITIVE] = @bg3_shade # insensitive menu item background
fg[NORMAL] = @text1
fg[PRELIGHT] = @highlight2
fg[ACTIVE] = @highlight2 # toggled on button text
base[NORMAL] = @bg3 #
base[INSENSITIVE] = @bg3 #
text[PRELIGHT] = @highlight2 #
text[ACTIVE] = @highlight2 #
}
style "phasex-menu" = "phasex-default"
{
xthickness = 2
ythickness = 2
bg[NORMAL] = @bg3 # menu item background
bg[PRELIGHT] = @special2 # menu item background highlight
bg[ACTIVE] = @bg2 # active menu item background
bg[SELECTED] = @bg2 # selected menu item background
bg[INSENSITIVE] = @bg3_shade # insensitive menu item background
fg[PRELIGHT] = @highlight2
fg[ACTIVE] = @highlight2 # toggled on button text
base[NORMAL] = @bg3 #
base[INSENSITIVE] = @bg3 #
text[PRELIGHT] = @highlight2 #
text[ACTIVE] = @highlight2 #
}
style "phasex-button" = "phasex-default"
{
xthickness = 0
ythickness = 0
bg[NORMAL] = @bg3_dark # button background & toggle button border
bg[PRELIGHT] = @bg2 # @bg2 # button highlight background
bg[ACTIVE] = @bg2 # @bg2 # button selected / activated background
bg[SELECTED] = @special1 # selected button border & toggle button border highlight
base[NORMAL] = @bg3_dark # @bg1_dark # toggle button inset background
base[PRELIGHT] = @bg2_shade # @bg1_shade # toggle button highlight inset background
base[ACTIVE] = @highlight2 # toggle button activating inset background
base[SELECTED] = @highlight2 # toggle button ?
fg[NORMAL] = @text2 # normal button text and toggle button outer ring
fg[PRELIGHT] = @highlight2 # button highlight text
fg[ACTIVE] = @highlight2 # toggled-on button text
fg[SELECTED] = @special1 #
fg[INSENSITIVE] = @grey2 #
text[NORMAL] = @highlight2
text[PRELIGHT] = @highlight2 # combobox button arrow highlight
text[ACTIVE] = @highlight2
text[SELECTED] = @highlight2
text[INSENSITIVE] = @grey2 # @bg2_dark
}
style "phasex-radio" = "phasex-button"
{
GtkButton::default_border = {0, 0, 0, 0}
GtkButton::default_outside_border = {0, 0, 0, 0}
GtkButton::default_spacing = 0
GtkButton::image-spacing = 0
GtkButton::focus-line-width = 1
GtkButton::focus-pading = 0
GtkButton::default-spacing = 0
GtkRadioButton::indicator_size = 12
bg[SELECTED] = @special1 # selected button border & toggle button border highlight
bg[PRELIGHT] = @bg3 # @bg1
base[ACTIVE] = @special3 # toggle button activating inset background
base[PRELIGHT] = @bg2_dark # @bg1_dark # toggle button highlight inset background
text[NORMAL] = @special1 # toggle button inset light color
text[PRELIGHT] = @special2
fg[PRELIGHT] = @highlight2 # toggle button border and text prelight
fg[ACTIVE] = @highlight1 # toggled-on button text
}
style "phasex-scroll" = "phasex-default"
{
text[NORMAL] = @bg1 #
fg[SELECTED] = @bg1 #
bg[NORMAL] = @grey1 # scrollbar handle
bg[ACTIVE] = @bg1 # scrollbar background
bg[PRELIGHT] = @special2 # scrollbar handle highlight
}
style "phasex-frame" = "phasex-default"
{
xthickness = 2
ythickness = 1
bg[NORMAL] = @bg3_shade # frame border
}
style "phasex-notebook" = "phasex-default"
{
bg[SELECTED] = "#0000c0" # active tab top gradient
fg[SELECTED] = @text1 #
#bg[NORMAL] = "#000000" # active tab background
fg[NORMAL] = @highlight2 #
text[NORMAL] = @highlight2 #
bg[ACTIVE] = @bg1_shade # non-active tab background
fg[ACTIVE] = @text1 # non-active tab text
fg[INSENSITIVE] = @highlight2 #
text[INSENSITIVE] = @highlight2 #
}
style "phasex-tooltip"
{
bg[NORMAL] = @bg3 #
fg[NORMAL] = @text1 #
text[NORMAL] = @text1 #
}
style "phasex-numeric" = "phasex-default"
{
xthickness = 5
ythickness = 3
fg[NORMAL] = @highlight1
fg[SELECTED] = @special1
fg[PRELIGHT] = @special1
text[NORMAL] = @highlight1
text[SELECTED] = @special1
text[PRELIGHT] = @special1
fg[INSENSITIVE] = @grey1
text[INSENSITIVE] = @grey1
}
style "phasex-spin" = "phasex-default"
{
xthickness = 5
ythickness = 3
fg[NORMAL] = @highlight1
fg[SELECTED] = @special1
fg[PRELIGHT] = @special1
base[SELECTED] = "#0000a0"
text[NORMAL] = @highlight1
text[PRELIGHT] = @special1
}
style "phasex-numeric-label" = "phasex-default"
{
bg[NORMAL] = @bg3_shade
bg[SELECTED] = @bg3_shade
bg[PRELIGHT] = @bg3_shade
bg[INSENSITIVE] = @bg3_shade
bg[ACTIVE] = @bg3_shade
fg[NORMAL] = @highlight1
fg[SELECTED] = @special1
fg[PRELIGHT] = @special1
# base[SELECTED] = "#0000a0"
# text[NORMAL] = @highlight1
# text[PRELIGHT] = @special1
}
style "phasex-detent-label" = "phasex-default"
{
bg[NORMAL] = @bg3_shade # text entry and toggle button background
bg[SELECTED] = @bg3_shade # text entry and toggle button background
bg[PRELIGHT] = @bg3_shade # text entry and toggle button background
bg[INSENSITIVE] = @bg3_shade # text entry and toggle button background
bg[ACTIVE] = @bg3_shade # text entry and toggle button background
# bg[PRELIGHT] = @bg1 #
# bg[SELECTED] = @bg1 #
fg[NORMAL] = "#7799cc" # "#f07000"
fg[SELECTED] = @special1
fg[PRELIGHT] = @special1 # @highlight1
}
style "phasex-param-name" = "phasex-default"
{
bg[NORMAL] = @bg1
bg[SELECTED] = @bg1
bg[PRELIGHT] = @bg1
bg[INSENSITIVE] = @bg1
bg[ACTIVE] = @bg1
fg[NORMAL] = "#706070" # "#4040d0"
fg[SELECTED] = @special1
fg[PRELIGHT] = @special1 # @highlight1
}
style "phasex-param-group" = "phasex-default"
{
fg[NORMAL] = "#b0b0b0"
}
style "phasex-patch-param" = "phasex-default"
{
fg[NORMAL] = "#a0a0a0"
}
style "phasex-indicator-label" = "phasex-detent-label"
{
fg[NORMAL] = "#e80000"
}
style "phasex-button-label" = "phasex-default"
{
fg[NORMAL] = "#a0a0a0"
}
style "phasex-off-button" = "phasex-radio"
{
bg[SELECTED] = @special1 # selected button border & toggle button border highlight
bg[PRELIGHT] = @bg3 # @bg1
base[ACTIVE] = @special3 # toggle button activating inset background
base[PRELIGHT] = @bg3_dark # @bg1_dark # toggle button highlight inset background
text[NORMAL] = @special1 # toggle button inset light color
text[PRELIGHT] = @special2
fg[PRELIGHT] = @highlight2 # toggle button border and text prelight
fg[ACTIVE] = @highlight1 # toggled-on button text
}
style "phasex-patch-group" = "phasex-default"
{
bg[NORMAL] = "#101010" # override normal background
base[NORMAL] = "#101010" # override normal background
}
class "GtkWidget" style "phasex-default"
class "GtkStatusbar" style "phasex-default"
class "GtkCombo" style "phasex-combo"
class "GtkComboBox" style "phasex-combo"
widget_class "*GtkComboBox.GtkButton" style "phasex-combo"
widget_class "*GtkCombo.GtkButton" style "phasex-combo"
widget_class "*GtkComboBox*" style "phasex-combo"
widget "*DetentLabel*" style "phasex-detent-label"
widget "*NumericLabel*" style "phasex-numeric-label"
widget "*NumericSpin*" style "phasex-spin"
class "GtkButton" style "phasex-button"
widget_class "*GtkButton" style "phasex-button"
class "GtkToggleButton" style "phasex-button"
widget_class "*GtkToggleButton*" style "phasex-button"
class "GtkCheckButton" style "phasex-radio"
class "GtkRadioButton" style "phasex-radio"
widget_class "*GtkRadioButton*" style "phasex-radio"
class "GtkRange" style "phasex-scroll"
class "GtkScale" style "phasex-scroll"
class "*Scrollbar*" style "phasex-scroll"
widget_class "*GtkSpinButton*GtkEntry" style : highest "phasex-numeric"
class "GtkEntry" style "phasex-spin"
class "GtkNotebook" style "phasex-notebook"
widget_class "GtkNotebook" style "phasex-notebook"
widget_class "*.GtkNotebook.GtkLabel*" style "phasex-notebook"
widget_class "*GtkMenu*" style "phasex-menu"
widget_class "*GtkMenuItem*" style "phasex-menu"
widget_class "*GtkMenuBar*" style "phasex-menubar"
class "GtkTooltip" style "phasex-tooltip"
widget "*gtk-tooltip*" style "phasex-tooltip"
class "GtkFrame" style "phasex-frame"
class "MetaFrames" style "phasex-frame"
widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "phasex-frame"
widget "*ParamName*" style "phasex-param-name"
widget "*GroupName*" style "phasex-param-group"
widget "*PatchParam*" style "phasex-patch-param"
widget "*IndicatorLabel*" style "phasex-indicator-label"
widget "*ButtonLabel*" style "phasex-button-label"
widget "*ParamButton*" style "phasex-radio"
widget "*OffButton*" style "phasex-off-button"
|