From 03eabdaa583e9f06d7520b2ca88850256f9086df Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 21 Mar 2012 22:06:01 -0300 Subject: renaming lowcontrast to contrastlow --- gtk-themes/ContrastLow/gtkrc.in | 57 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 gtk-themes/ContrastLow/gtkrc.in (limited to 'gtk-themes/ContrastLow/gtkrc.in') diff --git a/gtk-themes/ContrastLow/gtkrc.in b/gtk-themes/ContrastLow/gtkrc.in new file mode 100644 index 00000000..cc0426aa --- /dev/null +++ b/gtk-themes/ContrastLow/gtkrc.in @@ -0,0 +1,57 @@ +# Low-Contrast Theme v0.1 +# This is the whole basic theme, just this one gtkrc file. +# It uses components of the standard theme engine +# 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. +# +# Low-contrast icons by tigert. +# +# email: bill.haneman@sun.com + + +# Note: this theme is deliberately using the icons from the +# ContrastLowLargePrint theme at the moment, until we have +# some hand-crafted icons at a smaller size to use here. -CB. +pixmap_path "@prefix@/share/themes/ContrastLowLargePrint/pixmaps" + +style "default" +{ + GtkWidget::focus-line-pattern = "\1\1" + GtkWidget::focus-line-width = 1 + GtkHSV::focus-line-pattern = "\0" + GtkWidget::interior_focus = 1 + GtkWidget::focus-padding = 0 + GtkEntry::cursor_color = "#9A6666" + GtkTextView::cursor_color = "#9A6666" + EelEditableLabel::cursor_color = "#9A6666" + + fg[NORMAL] = "#666666" + text[NORMAL] = "#666666" + bg[NORMAL] = "#9A9A9A" + base[NORMAL] = "#9A9A9A" + + fg[INSENSITIVE] = "#808080" + bg[INSENSITIVE] = "#8C8C8C" + base[INSENSITIVE] = "#8C8C8C" + + fg[PRELIGHT] = "#737373" + text[PRELIGHT] = "#737373" + bg[PRELIGHT] = "#A6A6A6" + base[PRELIGHT] = "#A6A6A6" + + fg[ACTIVE] = "#666666" + text[ACTIVE] = "#666666" + bg[ACTIVE] = "#8C8C80" + base[ACTIVE] = "#737366" + + fg[SELECTED] = "#9A9A9A" + text[SELECTED] = "#9A9A9A" + bg[SELECTED] = "#666666" + base[SELECTED] = "#667373" + +@gtk_stock_icons_rc@ +@panel_stock_icons_rc@ +@media_stock_icons_rc@ +@capplet_stock_icons_rc@ +@marco_stock_icons_rc@ -- cgit v1.2.1