summaryrefslogtreecommitdiff
path: root/gtk-themes/LargePrint/gtkrc.in
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-12-01 23:42:46 -0300
committerPerberos <[email protected]>2011-12-01 23:42:46 -0300
commitead8ef613ce66d51399a87d225b4cd52c6c7983e (patch)
tree28331e03ae7cced58068fc2a35dbf127d109a73e /gtk-themes/LargePrint/gtkrc.in
downloadmate-themes-ead8ef613ce66d51399a87d225b4cd52c6c7983e.tar.bz2
mate-themes-ead8ef613ce66d51399a87d225b4cd52c6c7983e.tar.xz
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'gtk-themes/LargePrint/gtkrc.in')
-rw-r--r--gtk-themes/LargePrint/gtkrc.in47
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.
+#
+
+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"