/usr/share/themes/LowContrast/gtk-2.0/gtkrc is in gnome-accessibility-themes 3.4.2-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 | # Low-Contrast Theme v0.1
# This is the whole basic theme, just this one gtkrc file.
# It uses components of the standard theme engine
# 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.
#
# Low-contrast icons by tigert.
#
# email: bill.haneman@sun.com
style "default"
{
GtkWidget::focus-line-pattern = "\1\1"
GtkWidget::focus-line-width = 1
GtkHSV::focus-line-pattern = "\0"
GtkWidget::interior_focus = 1
GtkWidget::focus-padding = 0
GtkEntry::cursor_color = "#9A6666"
GtkTextView::cursor_color = "#9A6666"
EelEditableLabel::cursor_color = "#9A6666"
fg[NORMAL] = "#666666"
text[NORMAL] = "#666666"
bg[NORMAL] = "#9A9A9A"
base[NORMAL] = "#9A9A9A"
fg[INSENSITIVE] = "#808080"
bg[INSENSITIVE] = "#8C8C8C"
base[INSENSITIVE] = "#8C8C8C"
fg[PRELIGHT] = "#737373"
text[PRELIGHT] = "#737373"
bg[PRELIGHT] = "#A6A6A6"
base[PRELIGHT] = "#A6A6A6"
fg[ACTIVE] = "#666666"
text[ACTIVE] = "#666666"
bg[ACTIVE] = "#8C8C80"
base[ACTIVE] = "#737366"
fg[SELECTED] = "#9A9A9A"
text[SELECTED] = "#9A9A9A"
bg[SELECTED] = "#666666"
base[SELECTED] = "#667373"
}
class "GtkWidget" style "default"
|