1# High-Contrast, "Large Print" 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
9pixmap_path "@prefix@/share/themes/HighContrastLargePrint/pixmaps"
10
11gtk-icon-sizes = "@LARGEPRINT_ICON_SIZES@"
12
13#TODO: move sun-jds style downstream
14style "sun-jds"
15{
16  PanelMenu::stripe-gradient-top = "#000000"
17  PanelMenu::stripe-gradient-bottom = "#000000"
18}
19class "GtkWidget" style "sun-jds"
20
21style "default"
22{
23  engine "hcengine"
24  {
25	edge_thickness = 3
26
27	#Work around for Indicator Size bug
28	cell_indicator_size = 18
29  }
30
31  xthickness = 3
32  ythickness = 3
33
34  EelEditableLabel::cursor_aspect_ratio = 0.1
35  EelEditableLabel::cursor_color    = "#cc0000"
36
37  GtkCheckButton::indicator_size = 18
38  GtkCheckMenuItem::indicator_size = 18
39
40  GtkEntry::cursor_color    = "#cc0000"
41  GtkEntry::cursor_aspect_ratio = 0.1
42
43  GtkExpander::expander-size = 24
44  GtkExpander::expander-spacing = 8
45
46  GtkHSV::focus-line-pattern = "\0"
47
48  GtkPaned::handle-size = 10
49
50  GtkRange::slider_width = 20
51  GtkRange::stepper-size = 20
52
53  GtkTextView::cursor_aspect_ratio = 0.1
54  GtkTextView::cursor_color    = "#cc0000"
55
56  GtkTreeView::grid-line-width = 2
57  GtkTreeView::expander-size = 24
58
59# GtkWidget::cursor_aspect_ratio = 0.1
60  GtkWidget::focus-line-pattern = "\10\3"
61  GtkWidget::focus-line-width = 3
62  GtkWidget::focus-padding = 0
63  GtkWidget::interior_focus = 1
64  GtkWidget::link-color = "#000060"
65  GtkWidget::visited-link-color = "#600000"
66
67  PanelToplevel::arrow-size = 18
68
69  #Nautilus
70  NautilusIconContainer::frame_text = 1
71
72  # Pidgin
73  GtkIMHtml::hyperlink-color = "#000060"
74  GtkIMHtml::hyperlink-visited-color = "#600000"
75  GtkIMHtml::hyperlink-prelight-color = "#404080"
76
77  # Evolution
78  GtkHTML::link_color = "#000060"
79  GtkHTML::vlink_color = "#600000"
80  GtkHTML::cite_color = "#003000"
81
82  fg[NORMAL]      = "#000000"
83  text[NORMAL]    = "#000000"
84  bg[NORMAL]      = "#ffffff"
85  base[NORMAL]    = "#ffffff"
86
87  fg[INSENSITIVE]      = "#999999"
88  text[INSENSITIVE]    = "#999999"
89  bg[INSENSITIVE]      = "#ccccff"
90  base[INSENSITIVE]    = "#ccccff"
91
92  fg[PRELIGHT]    = "#ffffff"
93  text[PRELIGHT]  = "#ffffff"
94  bg[PRELIGHT]    = "#000000"
95  base[PRELIGHT]  = "#000000"
96
97  fg[ACTIVE]      = "#000000"
98  text[ACTIVE]    = "#000000"
99  bg[ACTIVE]      =  "#b8b891"
100  base[ACTIVE]    = "#b8b891"
101
102  fg[SELECTED]    = "#ffffff"
103  text[SELECTED]  = "#ffffff"
104  bg[SELECTED]    = "#000000"
105  base[SELECTED]  = "#333300"
106
107@gtk_stock_icons_rc@
108@panel_stock_icons_rc@
109@media_stock_icons_rc@
110@capplet_stock_icons_rc@
111@metacity_stock_icons_rc@
112