summaryrefslogtreecommitdiff
path: root/gtk-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-10-28 22:54:15 +0100
committerraveit65 <[email protected]>2014-10-28 22:54:15 +0100
commit0a44414f1b7fe4a7c00c4445613a7f4af9ec7a60 (patch)
treeaf883d0d17f1fca5961ac4e86564b81f20f50417 /gtk-themes
parent9f4474f543aa4ab57994f8a977851f66fa26a623 (diff)
downloadmate-themes-0a44414f1b7fe4a7c00c4445613a7f4af9ec7a60.tar.bz2
mate-themes-0a44414f1b7fe4a7c00c4445613a7f4af9ec7a60.tar.xz
ContrastHighInverse: move to desktop themes + add metacity theme
Diffstat (limited to 'gtk-themes')
-rw-r--r--gtk-themes/ContrastHighInverse/Makefile.am5
-rwxr-xr-xgtk-themes/ContrastHighInverse/gtkrc.in106
-rw-r--r--gtk-themes/Makefile.am2
3 files changed, 0 insertions, 113 deletions
diff --git a/gtk-themes/ContrastHighInverse/Makefile.am b/gtk-themes/ContrastHighInverse/Makefile.am
deleted file mode 100644
index eb9e8504..00000000
--- a/gtk-themes/ContrastHighInverse/Makefile.am
+++ /dev/null
@@ -1,5 +0,0 @@
-themedir = $(datadir)/themes/ContrastHighInverse/gtk-2.0
-
-theme_DATA = gtkrc
-
-EXTRA_DIST= $(theme_DATA)
diff --git a/gtk-themes/ContrastHighInverse/gtkrc.in b/gtk-themes/ContrastHighInverse/gtkrc.in
deleted file mode 100755
index 402a4e53..00000000
--- a/gtk-themes/ContrastHighInverse/gtkrc.in
+++ /dev/null
@@ -1,106 +0,0 @@
-# High-Contrast Inverse, "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.
-
-#Note: we just use the LargePrint icons for now, they will be scaled
-#to the correct size
-
-pixmap_path "@prefix@/share/themes/ContrastHighLargePrintInverse/pixmaps"
-
-#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 = 2
- }
-
- xthickness = 2
- ythickness = 2
-
- EelEditableLabel::cursor_aspect_ratio = 0.1
- EelEditableLabel::cursor_color = "#00cccc"
-
- GtkEntry::cursor_color = "#00cccc"
- GtkEntry::cursor_aspect_ratio = 0.1
-
- GtkHSV::focus-line-pattern = "\0"
-
- GtkRange::stepper-size = 20
-
- GtkTextView::cursor_aspect_ratio = 0.1
- GtkTextView::cursor_color = "#00cccc"
-
- GtkTreeView::expander-size = 16
-
-# GtkWidget::cursor_aspect_ratio = 0.1
- GtkWidget::focus-line-pattern = "\4\2"
- GtkWidget::focus-line-width = 2
- GtkWidget::focus-padding = 0
- GtkWidget::interior_focus = 1
- GtkWidget::link-color = "#80ccff"
- GtkWidget::visited-link-color = "#ff80ff"
-
- # 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] = "#ffcccc"
-
-@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"
-
diff --git a/gtk-themes/Makefile.am b/gtk-themes/Makefile.am
index 0fa5c85b..1ea7632b 100644
--- a/gtk-themes/Makefile.am
+++ b/gtk-themes/Makefile.am
@@ -1,7 +1,6 @@
SUBDIRS = \
AlaDelta \
Simply \
- ContrastHighInverse \
ContrastHighLargePrint \
ContrastHighLargePrintInverse \
Reverse \
@@ -12,7 +11,6 @@ SUBDIRS = \
DIST_SUBDIRS = \
AlaDelta \
Simply \
- ContrastHighInverse \
ContrastHighLargePrint \
ContrastHighLargePrintInverse \
Reverse \