From ead8ef613ce66d51399a87d225b4cd52c6c7983e Mon Sep 17 00:00:00 2001 From: Perberos Date: Thu, 1 Dec 2011 23:42:46 -0300 Subject: moving from https://github.com/perberos/mate-desktop-environment --- gtk-themes/LargePrint/gtkrc.in | 47 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 gtk-themes/LargePrint/gtkrc.in (limited to 'gtk-themes/LargePrint/gtkrc.in') 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: 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" -- cgit v1.2.1