/usr/share/themes/PrintLarge/gtk-2.0/gtkrc is in mate-themes 1.9.2-1.
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 | # Large Print Theme v0.1
#
# Written by Bill Haneman, based on Standard theme by T. Liebeck,
# which was in turn based on lots of different gtkrc files but
# primarily the one for the metal theme.
#
# Large-size pixmap icons by tigert.
#
# email: bill.haneman@sun.com
gtk-icon-sizes = "mini-commander-icon=24,24:print-manager=64,64:panel-button=32,32:gtk-dnd=48,48:gtk-menu=32,32:panel-menu=48,48:gtk-large-toolbar=48,48:gtk-small-toolbar=32,32:gtk-button=32,32:gtk-dialog=64,64"
style "default"
{
GtkWidget::focus-line-pattern = "\10\2"
GtkWidget::interior_focus = 1
GtkWidget::focus-padding = 0
GtkWidget::focus-line-width = 2
# GtkWidget::cursor_aspect_ratio = 0.1
GtkHSV::focus-line-pattern = "\0"
GtkRange::slider_width = 20
GtkPaned::handle-size = 10
GtkEntry::cursor_color = { 0.50, 0.00, 0.00 }
GtkEntry::cursor_aspect_ratio = 0.1
GtkTextView::cursor_color = { 0.50, 0.00, 0.00 }
GtkTextView::cursor_aspect_ratio = 0.1
EelEditableLabel::cursor_color = { 0.50, 0.00, 0.00 }
EelEditableLabel::cursor_aspect_ratio = 0.1
GtkCheckButton::indicator_size = 18
GtkCheckMenuItem::indicator_size = 18
GtkTreeView::expander_size = 20
GtkTreeView::grid-line-width = 2
GtkExpander::expander-size = 24
GtkExpander::expander-spacing = 8
PanelToplevel::arrow-size = 18
}
class "GtkWidget" style "default"
style "caja-location"
{
bg[NORMAL] = mix (0.60, shade (1.05, "#DCDAD5"), "#DCDAD5")
}
widget "*.caja-extra-view-widget" style : highest "caja-location"
|