1# High-Contrast Inverse, "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/HighContrastLargePrintInverse/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 = "#000033"
17  PanelMenu::stripe-gradient-bottom = "#000033"
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    = "#00cccc"
36
37  GtkCheckButton::indicator_size = 18
38  GtkCheckMenuItem::indicator_size = 18
39
40  GtkEntry::cursor_aspect_ratio = 0.1
41  GtkEntry::cursor_color    = "#00cccc"
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    = "#00cccc"
55
56# GtkWidget::cursor_aspect_ratio = 0.1
57  GtkWidget::focus-line-pattern = "\10\3"
58  GtkWidget::focus-line-width = 3
59  GtkWidget::focus-padding = 0
60  GtkWidget::interior_focus = 1
61  GtkWidget::link-color = "#80ccff"
62  GtkWidget::visited-link-color = "#ff80ff"
63
64  GtkTreeView::expander_size = 24
65  GtkTreeView::grid-line-width = 2
66
67  PanelToplevel::arrow-size = 18
68
69  #Nautilus
70  NautilusIconContainer::frame_text = 1
71
72  # Pidgin
73  GtkIMHtml::hyperlink-color = "#80ccff"
74  GtkIMHtml::hyperlink-visited-color = "#ff80ff"
75  GtkIMHtml::hyperlink-prelight-color = "#ffccff"
76
77  # Evolution
78  GtkHTML::link_color = "#80ccff"
79  GtkHTML::vlink_color = "#ff80ff"
80  GtkHTML::cite_color = "#ccff80"
81
82  fg[NORMAL]      = "#ffffff"
83  text[NORMAL]    = "#ffffff"
84  bg[NORMAL]      = "#000033"
85  base[NORMAL]    = "#000033"
86
87  fg[INSENSITIVE]      = "#999999"
88  bg[INSENSITIVE]      = "#333333"
89  text[INSENSITIVE]    = "#999999"
90  base[INSENSITIVE]    = "#333333"
91
92  fg[PRELIGHT]    = "#003333"
93  text[PRELIGHT]  = "#003333"
94  bg[PRELIGHT]    = "#ffffff"
95  base[PRELIGHT]  = "#ffffff"
96
97  fg[ACTIVE]      = "#ffffff"
98  text[ACTIVE]    = "#ffffff"
99  bg[ACTIVE]      = "#666699"
100  base[ACTIVE]    = "#666699"
101
102  fg[SELECTED]    = "#000033"
103  text[SELECTED]  = "#000033"
104  bg[SELECTED]    = "#ffffff"
105  base[SELECTED]  = "#ffccff"
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