This file is indexed.

/usr/share/themes/Box1/gtk-2.0/gtkrc is in lubuntu-artwork-12-10 0.45.

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
# Box theme for Lubuntu 12.10 Quantal Quetzal
# Licensed as GPL2 / Open Source
# Created by 神癒礁湖 (Rafael Laguna)

gtk_color_scheme = "fg_color:#333333"
gtk_color_scheme = "bg_color:#e0e0e0"
gtk_color_scheme = "base_color:#ffffff"
gtk_color_scheme = "text_color:#333333"
gtk_color_scheme = "selected_bg_color:#8FB2CF"
gtk_color_scheme = "selected_fg_color:#ffffff"
gtk_color_scheme = "tooltip_bg_color:#343330"
gtk_color_scheme = "tooltip_fg_color:#E6E6E6"

include "scrollbar.rc"
include "panel.rc"
include "button.rc"
include "arrow.rc"
include "scale.rc"
include "checkbox.rc"
include "radio.rc" 
include "notebook.rc"
include "progressbar.rc"
include "entry.rc"
include "statusbar.rc"
include "toolbar.rc"
include "menubar.rc"
include "pcmanfm.rc"
include "chromium.rc"

gtk-icon-sizes = "gtk-button=16,16"
gtk-auto-mnemonics = 1
gtk-font-name = "Ubuntu 9"
gtk-icon-theme-name = "lubuntu"

style "default" {
	xthickness = 1
	ythickness = 1
	GtkMenu::horizontal-padding = 0
	GtkMenu::vertical-padding = 0
	GtkMenuBar::window-dragging = 1
	GtkMenuBar::internal-padding = 0
	GtkMenuBar::window-dragging = 1
	GtkMenuBar::shadow-type = GTK_SHADOW_NONE
	GtkButton::child-displacement-x = 1
	GtkButton::child-displacement-y = 1
	GtkButton::default-border = { 0, 0, 0, 0 }
	GtkButton::image-spacing = 4
	GtkToolButton::icon-spacing = 4
	GtkCheckButton::indicator-size = 14
	GtkPaned::handle-size = 3
	GtkRange::trough-border = 1
	GtkRange::slider-width = 14
	GtkRange::stepper-size = 14
	GtkExpander::expander-size = 16
	GtkTreeView::expander-size = 14
	GtkTreeView::vertical-separator = 2
	WnckTasklist::fade-overlay-rect = 0
	GtkEntry::honors-transparent-bg-hint = 1
	GtkEntry::progress-border = { 2, 2, 2, 2 }
	GtkNotebook::tab-overlap = -1
	GtkFrame::shadow-type = GTK_SHADOW_NONE
	GtkScrolledWindow::scrollbars-within-bevel = 1
	GtkScrolledWindow ::scrollbar-spacing = 1

	bg[NORMAL]        = @bg_color
	bg[PRELIGHT]      = shade (1.02, @bg_color)
	bg[SELECTED]      = @selected_bg_color
	bg[INSENSITIVE]   = @bg_color
	bg[ACTIVE]        = shade (0.9, @bg_color)

	fg[NORMAL]        = @fg_color
	fg[PRELIGHT]      = @fg_color
	fg[SELECTED]      = @selected_fg_color
	fg[INSENSITIVE]   = darker (@bg_color)
	fg[ACTIVE]        = @fg_color

	text[NORMAL]      = @text_color
	text[PRELIGHT]    = @text_color
	text[SELECTED]    = @selected_fg_color
	text[INSENSITIVE] = darker (@bg_color)
	text[ACTIVE]      = @selected_fg_color

	base[NORMAL]      = @base_color
	base[PRELIGHT]    = shade (0.95, @bg_color)
	base[SELECTED]    = @selected_bg_color
	base[INSENSITIVE] = @bg_color
	base[ACTIVE]      = shade (0.9, @selected_bg_color)

	engine "clearlooks" {
		reliefstyle = 1
		menubarstyle = 0
		toolbarstyle = 1
		animation = FALSE
		radius = 3.0
		style = GUMMY
		hint = "use-hints"
	}
}

class "GtkWidget" style "default"

style "scrolledwindow"	{
    xthickness = 0
    ythickness = 0
    GtkScrolledWindow ::scrollbars-within-bevel = 0
    GtkScrolledWindow ::scrollbar-spacing = 0
    engine "clearlooks"
    {
    }
}

style "wide" {
	xthickness = 2
	ythickness = 2
}

style "wider" {
	xthickness = 3
	ythickness = 3
}


style "comboboxentry" {
	engine "clearlooks" {
		hint = "comboboxentry"
	}
}

style "frame_title" {
	fg[NORMAL]        = lighter (@fg_color)
}


style "tooltips" {
	xthickness = 4
	ythickness = 4
	bg[NORMAL]        = @tooltip_bg_color
	fg[NORMAL]        = @tooltip_fg_color
}
widget "gtk-tooltip*" style "tooltips"

widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
widget_class "*<GtkCombo>*" style "comboboxentry"