diff options
author | raveit65 <[email protected]> | 2015-04-03 18:49:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-03 18:50:50 +0200 |
commit | 41e2ac1ef8ef59a8ddf211beb34134dec3e32c3a (patch) | |
tree | 59806065a15cab4ece903ae96a16d648b2e18fa7 /gtk-themes/LargePrint | |
parent | 5849ce5bf9e66e40e98c0fd9efc1345c67d1b45e (diff) | |
download | mate-themes-41e2ac1ef8ef59a8ddf211beb34134dec3e32c3a.tar.bz2 mate-themes-41e2ac1ef8ef59a8ddf211beb34134dec3e32c3a.tar.xz |
package clean up
fixes https://github.com/mate-desktop/mate-themes/issues/83
Diffstat (limited to 'gtk-themes/LargePrint')
-rw-r--r-- | gtk-themes/LargePrint/Makefile.am | 5 | ||||
-rw-r--r-- | gtk-themes/LargePrint/gtkrc.in | 54 |
2 files changed, 0 insertions, 59 deletions
diff --git a/gtk-themes/LargePrint/Makefile.am b/gtk-themes/LargePrint/Makefile.am deleted file mode 100644 index f91d3867..00000000 --- a/gtk-themes/LargePrint/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -themedir = $(datadir)/themes/PrintLarge/gtk-2.0 - -theme_DATA = gtkrc - -EXTRA_DIST= $(theme_DATA) diff --git a/gtk-themes/LargePrint/gtkrc.in b/gtk-themes/LargePrint/gtkrc.in deleted file mode 100644 index 3ab1d948..00000000 --- a/gtk-themes/LargePrint/gtkrc.in +++ /dev/null @@ -1,54 +0,0 @@ -# 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. -# -# email: [email protected] - -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" - -style "caja-location" -{ - bg[NORMAL] = mix (0.60, shade (1.05, "#DCDAD5"), "#DCDAD5") -} - -widget "*.caja-extra-view-widget" style : highest "caja-location" |