diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-13 07:55:23 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-13 07:55:23 -0700 |
commit | 34caaf10ca8755658b871edc552931e26a138d18 (patch) | |
tree | 72ca642fe7f5726f984a1cd4dc9cfd4112ff91bc /gtk-themes/ContrastHigh/gtk-2.0/gtkrc.in | |
parent | 9b72ea345e17a7675f56da8c440ec786d03921ff (diff) | |
parent | 521be1e8627341bfbfc7f6466723b09e2d5cae80 (diff) | |
download | mate-themes-34caaf10ca8755658b871edc552931e26a138d18.tar.bz2 mate-themes-34caaf10ca8755658b871edc552931e26a138d18.tar.xz |
Merge pull request #19 from NiceandGently/master
add contrasthigh gtk-3 theme and caja improvement gtk-2 for some themes
Diffstat (limited to 'gtk-themes/ContrastHigh/gtk-2.0/gtkrc.in')
-rw-r--r-- | gtk-themes/ContrastHigh/gtk-2.0/gtkrc.in | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/gtk-themes/ContrastHigh/gtk-2.0/gtkrc.in b/gtk-themes/ContrastHigh/gtk-2.0/gtkrc.in new file mode 100644 index 00000000..2b91ae58 --- /dev/null +++ b/gtk-themes/ContrastHigh/gtk-2.0/gtkrc.in @@ -0,0 +1,105 @@ +# High-Contrast, "Normal Size" Theme +# +# Original gtkrc 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. +# +# High-contrast pixmap icons by jimmac with input from tigert. + +pixmap_path "@prefix@/share/themes/ContrastHighLargePrint/pixmaps" + +#TODO: move sun-jds style downstream +style "sun-jds" +{ + PanelMenu::stripe-gradient-top = "#000000" + PanelMenu::stripe-gradient-bottom = "#000000" +} +class "GtkWidget" style "sun-jds" + +style "default" +{ + engine "hcengine" { + edge_thickness = 2 + } + + xthickness = 2 + ythickness = 2 + + EelEditableLabel::cursor_aspect_ratio = 0.1 + EelEditableLabel::cursor_color = "#cc0000" + + GtkEntry::cursor_color = "#cc0000" + GtkEntry::cursor_aspect_ratio = 0.1 + + GtkHSV::focus-line-pattern = "\0" + + GtkRange::stepper-size = 20 + + GtkTextView::cursor_aspect_ratio = 0.1 + GtkTextView::cursor_color = "#cc0000" + + GtkTreeView::expander-size = 16 + + GtkWidget::focus-line-pattern = "\4\2" + GtkWidget::focus-line-width = 2 + GtkWidget::focus-padding = 0 + GtkWidget::interior_focus = 1 + GtkWidget::link-color = "#000060" + GtkWidget::visited-link-color = "#600000" + + # Caja + CajaIconContainer::frame_text = 1 + + + + # Pidgin + GtkIMHtml::hyperlink-color = "#000060" + GtkIMHtml::hyperlink-visited-color = "#600000" + GtkIMHtml::hyperlink-prelight-color = "#404080" + + # Evolution + GtkHTML::link_color = "#000060" + GtkHTML::vlink_color = "#600000" + GtkHTML::cite_color = "#003000" + + fg[NORMAL] = "#000000" + text[NORMAL] = "#000000" + bg[NORMAL] = "#ffffff" + base[NORMAL] = "#ffffff" + + fg[INSENSITIVE] = "#999999" + text[INSENSITIVE] = "#999999" + bg[INSENSITIVE] = "#ccccff" + base[INSENSITIVE] = "#ccccff" + + fg[PRELIGHT] = "#ccccff" + text[PRELIGHT] = "#ccccff" + bg[PRELIGHT] = "#000000" + base[PRELIGHT] = "#000000" + + fg[ACTIVE] = "#000000" + text[ACTIVE] = "#000000" + bg[ACTIVE] = "#b8b891" + base[ACTIVE] = "#b8b891" + + fg[SELECTED] = "#ffffff" + text[SELECTED] = "#ffffff" + bg[SELECTED] = "#000000" + base[SELECTED] = "#333300" + +@gtk_stock_icons_rc@ +@panel_stock_icons_rc@ +@media_stock_icons_rc@ +@capplet_stock_icons_rc@ +@marco_stock_icons_rc@ + +#caja improvements + +style "contrasthigh-caja-location" +{ + bg[NORMAL] = "#FFFFFF" +} + +widget "*.caja-extra-view-widget" style : highest "contrasthigh-caja-location" + + |