1# High-Contrast, "Normal Size" Theme
2#
3# Original gtkrc by Bill Haneman, based on Standard theme by T. Liebeck,
4# which was in turn based on lots of different gtkrc files but
5# primarily the one for the metal theme.
6#
7# High-contrast pixmap icons by jimmac with input from tigert.
8
9gtk-icon-theme=HighContrast
10
11style "default"
12{
13  engine "hcengine" {
14    edge_thickness = 2
15  }
16
17  xthickness = 2
18  ythickness = 2
19
20  EelEditableLabel::cursor_aspect_ratio = 0.1
21  EelEditableLabel::cursor_color    = "#cc0000"
22
23  GtkEntry::cursor_color    = "#cc0000"
24  GtkEntry::cursor_aspect_ratio = 0.1
25
26  GtkHSV::focus-line-pattern = "\0"
27
28  GtkRange::stepper-size = 20
29
30  GtkTextView::cursor_aspect_ratio = 0.1
31  GtkTextView::cursor_color    = "#cc0000"
32
33  GtkTreeView::expander-size = 16
34
35  GtkWidget::focus-line-pattern = "\4\2"
36  GtkWidget::focus-line-width = 2
37  GtkWidget::focus-padding = 0
38  GtkWidget::interior_focus = 1
39  GtkWidget::link-color = "#000060"
40  GtkWidget::visited-link-color = "#600000"
41
42  # Nautilus
43  NautilusIconContainer::frame_text = 1
44
45  # Pidgin
46  GtkIMHtml::hyperlink-color = "#000060"
47  GtkIMHtml::hyperlink-visited-color = "#600000"
48  GtkIMHtml::hyperlink-prelight-color = "#404080"
49
50  # Evolution
51  GtkHTML::link_color = "#000060"
52  GtkHTML::vlink_color = "#600000"
53  GtkHTML::cite_color = "#003000"
54
55  fg[NORMAL]      = "#000000"
56  text[NORMAL]    = "#000000"
57  bg[NORMAL]      = "#ffffff"
58  base[NORMAL]    = "#ffffff"
59
60  fg[INSENSITIVE]      = "#999999"
61  text[INSENSITIVE]    = "#999999"
62  bg[INSENSITIVE]      = "#ccccff"
63  base[INSENSITIVE]    = "#ccccff"
64
65  fg[PRELIGHT]    = "#ccccff"
66  text[PRELIGHT]  = "#ccccff"
67  bg[PRELIGHT]    = "#000000"
68  base[PRELIGHT]  = "#000000"
69
70  fg[ACTIVE]      = "#000000"
71  text[ACTIVE]    = "#000000"
72  bg[ACTIVE]      = "#b8b891"
73  base[ACTIVE]    = "#b8b891"
74
75  fg[SELECTED]    = "#ffffff"
76  text[SELECTED]  = "#ffffff"
77  bg[SELECTED]    = "#000000"
78  base[SELECTED]  = "#333300"
79}
80
81class "GtkWidget" style "default"
82