diff options
author | raveit65 <[email protected]> | 2014-10-31 19:54:42 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-31 19:54:42 +0100 |
commit | 476bd40834973a2ed8c742c6dea69d6a848e5fff (patch) | |
tree | acedc045d3f567b2d268b6873ffd4a7c2c765037 /gtk-themes/ContrastLowLargePrint/gtkrc.in | |
parent | 5137396f515c4a30649d20b5e8799925cfbeefab (diff) | |
download | mate-themes-476bd40834973a2ed8c742c6dea69d6a848e5fff.tar.bz2 mate-themes-476bd40834973a2ed8c742c6dea69d6a848e5fff.tar.xz |
CleanUp: drop low contrast themes
Diffstat (limited to 'gtk-themes/ContrastLowLargePrint/gtkrc.in')
-rw-r--r-- | gtk-themes/ContrastLowLargePrint/gtkrc.in | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/gtk-themes/ContrastLowLargePrint/gtkrc.in b/gtk-themes/ContrastLowLargePrint/gtkrc.in deleted file mode 100644 index 5ae3fae3..00000000 --- a/gtk-themes/ContrastLowLargePrint/gtkrc.in +++ /dev/null @@ -1,79 +0,0 @@ -# Low-Contrast, Large Print 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: [email protected] - -pixmap_path "@prefix@/share/themes/ContrastLowLargePrint/pixmaps" - -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 = 3 -# GtkWidget::cursor_aspect_ratio = 0.1 - - GtkPaned::handle-size = 10 - - GtkHSV::focus-line-pattern = "\0" - GtkRange::slider_width = 20 - - GtkEntry::cursor_color = "#9A6666" - GtkEntry::cursor_aspect_ratio = 0.1 - - EelEditableLabel::cursor_color = "#9A6666" - EelEditableLabel::cursor_aspect_ratio = 0.1 - - GtkTextView::cursor_color = "#9A6666" - GtkTextView::cursor_aspect_ratio = 0.1 - - GtkTreeView::expander_size = 20 - GtkExpander::expander-size = 24 - GtkExpander::expander-spacing = 8 - - PanelToplevel::arrow-size = 18 - - 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@ - -style "caja-location" -{ - bg[NORMAL] = mix (0.60, shade (1.05, "#9A9A9A"), "#9A9A9A") -} - -widget "*.caja-extra-view-widget" style : highest "caja-location" |