diff options
author | raveit65 <[email protected]> | 2015-04-03 18:49:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-03 18:49:40 +0200 |
commit | af046d41076694464bcd3912c035ae5b32e84a4e (patch) | |
tree | 59806065a15cab4ece903ae96a16d648b2e18fa7 /gtk-themes/ContrastHighLargePrintInverse/gtkrc.in | |
parent | 0809cd77dfdbe19672a125155bbe00a4bcafba13 (diff) | |
download | mate-themes-af046d41076694464bcd3912c035ae5b32e84a4e.tar.bz2 mate-themes-af046d41076694464bcd3912c035ae5b32e84a4e.tar.xz |
package clean up
fixes https://github.com/mate-desktop/mate-themes/issues/83
Diffstat (limited to 'gtk-themes/ContrastHighLargePrintInverse/gtkrc.in')
-rwxr-xr-x | gtk-themes/ContrastHighLargePrintInverse/gtkrc.in | 120 |
1 files changed, 0 insertions, 120 deletions
diff --git a/gtk-themes/ContrastHighLargePrintInverse/gtkrc.in b/gtk-themes/ContrastHighLargePrintInverse/gtkrc.in deleted file mode 100755 index 48b186d0..00000000 --- a/gtk-themes/ContrastHighLargePrintInverse/gtkrc.in +++ /dev/null @@ -1,120 +0,0 @@ -# High-Contrast Inverse, "Large Print" 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/ContrastHighInverse/pixmaps" - -gtk-icon-sizes = "@LARGEPRINT_ICON_SIZES@" - -#TODO: move sun-jds style downstream -style "sun-jds" -{ - PanelMenu::stripe-gradient-top = "#000033" - PanelMenu::stripe-gradient-bottom = "#000033" -} -class "GtkWidget" style "sun-jds" - -style "default" -{ - engine "hcengine" - { - edge_thickness = 3 - - #Work around for Indicator Size bug - cell_indicator_size = 18 - } - - xthickness = 3 - ythickness = 3 - - EelEditableLabel::cursor_aspect_ratio = 0.1 - EelEditableLabel::cursor_color = "#00cccc" - - GtkCheckButton::indicator_size = 18 - GtkCheckMenuItem::indicator_size = 18 - - GtkEntry::cursor_aspect_ratio = 0.1 - GtkEntry::cursor_color = "#00cccc" - - GtkExpander::expander-size = 24 - GtkExpander::expander-spacing = 8 - - GtkHSV::focus-line-pattern = "\0" - - GtkPaned::handle-size = 10 - - GtkRange::slider_width = 20 - GtkRange::stepper-size = 20 - - GtkTextView::cursor_aspect_ratio = 0.1 - GtkTextView::cursor_color = "#00cccc" - -# GtkWidget::cursor_aspect_ratio = 0.1 - GtkWidget::focus-line-pattern = "\10\3" - GtkWidget::focus-line-width = 3 - GtkWidget::focus-padding = 0 - GtkWidget::interior_focus = 1 - GtkWidget::link-color = "#80ccff" - GtkWidget::visited-link-color = "#ff80ff" - - GtkTreeView::expander_size = 24 - GtkTreeView::grid-line-width = 2 - - PanelToplevel::arrow-size = 18 - - #Caja - CajaIconContainer::frame_text = 1 - - # Pidgin - GtkIMHtml::hyperlink-color = "#80ccff" - GtkIMHtml::hyperlink-visited-color = "#ff80ff" - GtkIMHtml::hyperlink-prelight-color = "#ffccff" - - # Evolution - GtkHTML::link_color = "#80ccff" - GtkHTML::vlink_color = "#ff80ff" - GtkHTML::cite_color = "#ccff80" - - fg[NORMAL] = "#ffffff" - text[NORMAL] = "#ffffff" - bg[NORMAL] = "#000033" - base[NORMAL] = "#000033" - - fg[INSENSITIVE] = "#999999" - bg[INSENSITIVE] = "#333333" - text[INSENSITIVE] = "#999999" - base[INSENSITIVE] = "#333333" - - fg[PRELIGHT] = "#003333" - text[PRELIGHT] = "#003333" - bg[PRELIGHT] = "#ffffff" - base[PRELIGHT] = "#ffffff" - - fg[ACTIVE] = "#ffffff" - text[ACTIVE] = "#ffffff" - bg[ACTIVE] = "#666699" - base[ACTIVE] = "#666699" - - fg[SELECTED] = "#000033" - text[SELECTED] = "#000033" - bg[SELECTED] = "#ffffff" - base[SELECTED] = "#ffccff" - -@gtk_stock_icons_rc@ -@panel_stock_icons_rc@ -@media_stock_icons_rc@ -@capplet_stock_icons_rc@ -@marco_stock_icons_rc@ - -#caja improvements - -style "caja-location" -{ - bg[NORMAL] = mix (0.60, shade (1.05, "#000033"), "#000033") -} - -widget "*.caja-extra-view-widget" style : highest "caja-location" |