blob: 3ab1d9483c2dc33c6c96d0349a1a949deb87bd9f (
plain)
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 = "@LARGEPRINT_ICON_SIZES@"
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"
|