This file is indexed.

/usr/share/themes/MurrinaCappuccino/gtk-2.0/gtkrc is in murrine-themes 0.98.8.

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
style "theme-default"
{
  GtkButton      ::default_border    = { 0, 0, 0, 0 }
  GtkRange       ::trough_border     = 0
  GtkPaned       ::handle_size       = 6
  GtkRange       ::slider_width      = 15
  GtkRange       ::stepper_size      = 15

  GtkScrollbar   ::min_slider_length = 30
  GtkCheckButton ::indicator_size    = 14
  GtkMenuBar     ::internal-padding  = 0
  GtkTreeView    ::expander_size     = 14
  GtkExpander    ::expander_size     = 16
  GtkScale       ::slider-length     = 24
  
  xthickness = 1
  ythickness = 1

  fg[NORMAL]        = "#101010"
  fg[PRELIGHT]      = "#101010"
  fg[ACTIVE]        = "#000000"
  fg[SELECTED]      = "#000000"
  fg[INSENSITIVE]   = "#beb399"

  bg[NORMAL]        = "#F2F1E9"
  bg[PRELIGHT]      = "#F7F6EB"
  bg[ACTIVE]        = "#EDECE4"
  bg[SELECTED]      = "#8B866D"
  bg[INSENSITIVE]   = "#F7F6F0"

  base[NORMAL]      = "#ffffff"
  base[SELECTED]    = "#CCC7B3"
  base[INSENSITIVE] = "#fbf8f1"
  base[ACTIVE]      = "#DBD7C5"
  base[PRELIGHT] = "#8B866D"

  text[SELECTED]      = "#000000"
  text[ACTIVE]      = "#5E5C4F"

  engine "murrine"  {
menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped
glazestyle = 0 # 0 = flat hilight, 1 = curved hilight, 2 = concave style
    contrast          	= 1.5
	 menubarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
	 menubaritemstyle = 1 # 0 = menuitem look, 1 = button look
	 listviewheaderstyle = 1 # 0 = flat, 1 = glassy
	 roundness = 1 # 0 = squared, 1 = old default, more will increase roundness
    animation = TRUE # FALSE = disabled, TRUE = enabled
  }
}

style "theme-wide" = "theme-default"
{
  xthickness = 3
  ythickness = 3
}

style "theme-menu" = "theme-default"
{
  xthickness = 3
  ythickness = 3
  bg[NORMAL] = "#F7F6F0"
}

style "theme-menu-item"
{
  xthickness = 1
  ythickness = 2
  bg[NORMAL]     = "#CCC7B3"
  bg[SELECTED]   = "#CCC7B3"
  bg[PRELIGHT]   = "#8B866D"
  base[PRELIGHT] = "#8B866D"
  base[SELECTED] = "#8B866D"
}

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 = 2
  ythickness = 2
  bg[NORMAL] = { 1.0,1.0,0.75 }
}

style "theme-progressbar" = "theme-default"
{
  xthickness = 1
  ythickness = 1
  fg[PRELIGHT]  = "#ffffff"
  bg[NORMAL] = "#EDECDF"
}

style "theme-button" = "theme-wide"
{
  bg[NORMAL] = "#EDECDF"
  bg[ACTIVE] = "#CCC7B3"
  bg[PRELIGHT] = "#F7F6EB"
}

style "theme-scrollbars" = "theme-default"
{
  xthickness = 0
  ythickness = 0
}

style "theme-notebook" = "theme-wide"
{
  ythickness = 2
  base[SELECTED] = "#9cbcdf"
  bg[NORMAL]     = "#F7F6EE"
  bg[ACTIVE]     = "#EDECE4"
}

style "theme-scrollbar" {
  bg[SELECTED] = "#CCC7B3"
}

style "metacity-frame"
{
  bg[INSENSITIVE]  = "#F2F1E9"
  fg[INSENSITIVE]  = "#5E5C4F"
  bg[SELECTED]  = "#8B866D"
  fg[SELECTED]  = "#ffffff"
}
class "MetaFrames" 	  style "metacity-frame"
class "GtkWindow"      style "metacity-frame"

# widget styles
class "GtkWidget" style "theme-default"
class "GtkButton" style "theme-button"
class "GtkCombo"  style "theme-button"
class "GtkRange"  style "theme-button"
class "GtkFrame"  style "theme-wide"
class "GtkMenu"   style "theme-menu"
class "GtkEntry"  style "theme-button"
class "GtkMenuItem"    style "theme-menu-item"
class "GtkStatusbar"   style "theme-wide"
class "GtkNotebook"    style "theme-notebook"
class "GtkProgressBar" style "theme-progressbar"
class "GtkScrollbar"   style "theme-scrollbar"
class "GtkCheckButton" style "theme-button"
class "GtkRadioButton" style "theme-button"
class "*MenuBar*"  style "theme-menu-item"
widget_class "*MenuItem.*" style "theme-menu-item"

# tooltips stuff
widget "gtk-tooltip*" 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"

# notebook stuff
widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook"
widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook"

# scrollbars
widget_class "*Scrollbar*"  style "theme-scrollbars"
class "*Scrollbar*"         style "theme-scrollbars"