diff options
Diffstat (limited to 'gtk-themes/LargePrint/gtkrc.in')
-rw-r--r-- | gtk-themes/LargePrint/gtkrc.in | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/gtk-themes/LargePrint/gtkrc.in b/gtk-themes/LargePrint/gtkrc.in new file mode 100644 index 00000000..a339e82d --- /dev/null +++ b/gtk-themes/LargePrint/gtkrc.in @@ -0,0 +1,47 @@ +# 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: [email protected] + +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" |