summaryrefslogtreecommitdiff
path: root/gtk-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-03 18:49:40 +0200
committerraveit65 <[email protected]>2015-04-03 18:51:19 +0200
commitdebc7ffc45bce15496accb48bf6561a6b6cf8588 (patch)
tree7b8fee58ab8a1d5b9a0b17d41657a8854ce76ace /gtk-themes
parent9922f4b60af176afb331afd0d0fe7b28be4da9f2 (diff)
downloadmate-themes-debc7ffc45bce15496accb48bf6561a6b6cf8588.tar.bz2
mate-themes-debc7ffc45bce15496accb48bf6561a6b6cf8588.tar.xz
package clean up
fixes https://github.com/mate-desktop/mate-themes/issues/83
Diffstat (limited to 'gtk-themes')
-rw-r--r--gtk-themes/AlaDelta/Makefile.am5
-rw-r--r--gtk-themes/AlaDelta/gtkrc179
-rw-r--r--gtk-themes/ContrastHighLargePrint/Makefile.am5
-rw-r--r--gtk-themes/ContrastHighLargePrint/gtkrc.in120
-rw-r--r--gtk-themes/ContrastHighLargePrintInverse/Makefile.am5
-rwxr-xr-xgtk-themes/ContrastHighLargePrintInverse/gtkrc.in120
-rw-r--r--gtk-themes/LargePrint/Makefile.am5
-rw-r--r--gtk-themes/LargePrint/gtkrc.in54
-rw-r--r--gtk-themes/Makefile.am8
-rw-r--r--gtk-themes/Reverse/Makefile.am5
-rw-r--r--gtk-themes/Reverse/gtkrc401
-rw-r--r--gtk-themes/Simply/Makefile.am5
-rw-r--r--gtk-themes/Simply/gtkrc86
13 files changed, 0 insertions, 998 deletions
diff --git a/gtk-themes/AlaDelta/Makefile.am b/gtk-themes/AlaDelta/Makefile.am
deleted file mode 100644
index 9e84aa08..00000000
--- a/gtk-themes/AlaDelta/Makefile.am
+++ /dev/null
@@ -1,5 +0,0 @@
-themedir = $(datadir)/themes/AlaDelta/gtk-2.0
-
-theme_DATA = gtkrc
-
-EXTRA_DIST = $(theme_DATA)
diff --git a/gtk-themes/AlaDelta/gtkrc b/gtk-themes/AlaDelta/gtkrc
deleted file mode 100644
index bbdbca6f..00000000
--- a/gtk-themes/AlaDelta/gtkrc
+++ /dev/null
@@ -1,179 +0,0 @@
-# Theme Name : AlaDelta
-# Author(s) : Link Dupont <[email protected]>
-# Description : A very basic, conservative theme, using the Smooth engine and
-# HIG colors.
-# This is AlaDelta, the mate-themes version of Glider..
-
-gtk_color_scheme = "fg_color:#000\nbg_color:#eae8e3\nbase_color:#fff\ntext_color:#000\nselected_bg_color:#7590ae\nselected_fg_color:#fff\ntooltip_bg_color:#FFF1BE\ntooltip_fg_color:#000"
-
-style "default"
-{
- GtkWidget::interior_focus = 0
- GtkWidget::focus-line-pattern = ""
- GtkWidget::focus_padding = 0
-
- GtkButton::default_spacing = 8
- GtkButton::default_border = {0,0,0,0}
- GtkButton::default_outside_border = {0,0,0,0}
-
- GtkCheckButton::indicator_size = 14
- GtkRadioButton::indicator_size = 12
-
- GtkPaned::handle_size = 6
-
- GtkRange::trough_border = 2
- GtkRange::slider_width = 15
- GtkRange::stepper_size = 15
- GtkRange::stepper_spacing = 0
-
- fg[ACTIVE] = @fg_color # Black
- fg[SELECTED] = @selected_fg_color # White
- fg[NORMAL] = @fg_color # Black
- fg[PRELIGHT] = @fg_color # Black
- fg[INSENSITIVE] = darker (@bg_color) # 3D Shadow
-
- bg[ACTIVE] = shade (0.8, @bg_color) # Basic 3D Medium
- bg[SELECTED] = @selected_bg_color # Blue Medium
- bg[NORMAL] = @bg_color # Basic 3D Hilight
- bg[PRELIGHT] = shade (1.1, @bg_color) # Variant of Basic 3D Hilight
- bg[INSENSITIVE] = @bg_color # Basic 3D Hilight
-
- base[ACTIVE] = darker (@bg_color) # Basic 3D Medium
- base[SELECTED] = @selected_bg_color # Blue Medium
- base[NORMAL] = @base_color # White
- base[PRELIGHT] = @base_color # White
- base[INSENSITIVE] = shade (0.9, @bg_color) # Variant of Basic 3D Highlight
-
- text[ACTIVE] = @text_color # Black
- text[SELECTED] = @selected_fg_color # White
- text[NORMAL] = @text_color # Black
- text[PRELIGHT] = @text_color # Black
- text[INSENSITIVE] = darker (@bg_color) # 3D Shadow
-
- engine "glide" {}
-}
-widget_class "*" style "default"
-
-style "menuitem"
-{
- bg[PRELIGHT] = @selected_bg_color
- fg[PRELIGHT] = @selected_fg_color
-}
-class "*MenuItem*" style "menuitem"
-widget_class "*MenuItem*" style "menuitem"
-
-style "scale"
-{
- GtkRange::trough-side-details = 1
- GtkRange::trough_border = 0
- GtkRange::slider-width = 22
- GtkScale::slider-length = 10
-}
-widget_class "*VScale*" style "scale"
-class "*VScale*" style "scale"
-widget_class "*HScale*" style "scale"
-class "*HScale*" style "scale"
-
-style "toolbar"
-{
- bg[PRELIGHT] = @selected_bg_color
- base[PRELIGHT] = @selected_bg_color
-}
-widget_class "*MateComponentDockItem" style "toolbar"
-class "*MateComponentDockItem" style "toolbar"
-
-widget_class "*HandleBox" style "toolbar"
-class "*HandleBox" style "toolbar"
-
-widget_class "*Toolbar" style "toolbar"
-class "*Toolbar" style "toolbar"
-
-widget_class "*MenuBar" style "toolbar"
-class "*MenuBar" style "toolbar"
-
-style "progressbar"
-{
- bg[PRELIGHT] = @selected_bg_color
- fg[PRELIGHT] = @selected_fg_color # White
- xthickness = 1
- ythickness = 1
-}
-widget_class "*ProgressBar*" style "progressbar"
-
-style "tooltip"
-{
- bg[NORMAL] = @tooltip_bg_color
- fg[NORMAL] = @tooltip_fg_color
-}
-widget "gtk-tooltip*" style "tooltip"
-
-style "textentry"
-{
-# bg[INSENSITIVE] = "#DEDCD7" # Varient of Basic 3D Highlight
-# base[INSENSITIVE] = "#DEDCD7" # Varient of Basic 3D Highlight
- bg[SELECTED] = mix(0.85, @selected_bg_color, @base_color)
-}
-widget_class "*GtkEntry" style "textentry"
-
-style "treeview"
-{
- GtkWidget::focus_padding = 1
-}
-widget_class "*TreeView*" style "treeview"
-
-style "ephybug"
-{
- GtkWidget::interior_focus = 1
-}
-widget "*Ephy*Location*" style "ephybug"
-
-
-# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
-# Note that the work around assumes that the combobox is _not_ in
-# appears-as-list mode.
-# This style does not affect GtkComboBoxEntry, it does have an effect
-# on comboboxes in appears-as-list mode though.
-style "glider-text-is-fg-color-workaround"
-{
- text[NORMAL] = @fg_color
- text[PRELIGHT] = @fg_color
- text[SELECTED] = @selected_fg_color
- text[ACTIVE] = @fg_color
- text[INSENSITIVE] = darker (@bg_color)
-}
-widget_class "*.<GtkComboBox>.<GtkCellView>" style "glider-text-is-fg-color-workaround"
-
-style "glider-menuitem-text-is-fg-color-workaround"
-{
- text[NORMAL] = @fg_color
- text[PRELIGHT] = @selected_fg_color
- text[SELECTED] = @selected_fg_color
- text[ACTIVE] = @fg_color
- text[INSENSITIVE] = darker (@bg_color)
-}
-widget "*.gtk-combobox-popup-menu.*" style "glider-menuitem-text-is-fg-color-workaround"
-
-# Work around the usage of GtkLabel inside GtkListItems to display text.
-# This breaks because the label is shown on a background that is based on the
-# base color set.
-style "glider-fg-is-text-color-workaround"
-{
- fg[NORMAL] = @text_color
- fg[PRELIGHT] = @text_color
- fg[ACTIVE] = @selected_fg_color
- fg[SELECTED] = @selected_fg_color
- fg[INSENSITIVE] = darker (@bg_color)
-}
-widget_class "*<GtkListItem>*" style "glider-fg-is-text-color-workaround"
-# The same problem also exists for GtkCList and GtkCTree
-# Only match GtkCList and not the parent widgets, because that would also change the headers.
-widget_class "*<GtkCList>" style "glider-fg-is-text-color-workaround"
-
-#caja fix
-
-style "AlaDelta-caja-location"
-{
- bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @bg_color)
-}
-
-widget "*.caja-extra-view-widget" style : highest "AlaDelta-caja-location"
diff --git a/gtk-themes/ContrastHighLargePrint/Makefile.am b/gtk-themes/ContrastHighLargePrint/Makefile.am
deleted file mode 100644
index ff039c2e..00000000
--- a/gtk-themes/ContrastHighLargePrint/Makefile.am
+++ /dev/null
@@ -1,5 +0,0 @@
-themedir = $(datadir)/themes/ContrastHighLargePrint/gtk-2.0
-
-theme_DATA = gtkrc
-
-EXTRA_DIST= $(theme_DATA)
diff --git a/gtk-themes/ContrastHighLargePrint/gtkrc.in b/gtk-themes/ContrastHighLargePrint/gtkrc.in
deleted file mode 100644
index 4de57f53..00000000
--- a/gtk-themes/ContrastHighLargePrint/gtkrc.in
+++ /dev/null
@@ -1,120 +0,0 @@
-# High-Contrast, "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/ContrastHigh/pixmaps"
-
-gtk-icon-sizes = "@LARGEPRINT_ICON_SIZES@"
-
-#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 = 3
-
- #Work around for Indicator Size bug
- cell_indicator_size = 18
- }
-
- xthickness = 3
- ythickness = 3
-
- EelEditableLabel::cursor_aspect_ratio = 0.1
- EelEditableLabel::cursor_color = "#cc0000"
-
- GtkCheckButton::indicator_size = 18
- GtkCheckMenuItem::indicator_size = 18
-
- GtkEntry::cursor_color = "#cc0000"
- GtkEntry::cursor_aspect_ratio = 0.1
-
- 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 = "#cc0000"
-
- GtkTreeView::grid-line-width = 2
- GtkTreeView::expander-size = 24
-
-# 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 = "#000060"
- GtkWidget::visited-link-color = "#600000"
-
- PanelToplevel::arrow-size = 18
-
- #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] = "#ffffff"
- text[PRELIGHT] = "#ffffff"
- 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 "caja-location"
-{
- bg[NORMAL] = mix (0.60, shade (1.05, "#FFFFFF"), "#FFFFFF")
-}
-
-widget "*.caja-extra-view-widget" style : highest "caja-location"
diff --git a/gtk-themes/ContrastHighLargePrintInverse/Makefile.am b/gtk-themes/ContrastHighLargePrintInverse/Makefile.am
deleted file mode 100644
index 0775cbb6..00000000
--- a/gtk-themes/ContrastHighLargePrintInverse/Makefile.am
+++ /dev/null
@@ -1,5 +0,0 @@
-themedir = $(datadir)/themes/ContrastHighLargePrintInverse/gtk-2.0
-
-theme_DATA = gtkrc
-
-EXTRA_DIST= $(theme_DATA)
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"
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.
-#
-
-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"
diff --git a/gtk-themes/Makefile.am b/gtk-themes/Makefile.am
deleted file mode 100644
index f3cb935b..00000000
--- a/gtk-themes/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-SUBDIRS = \
- AlaDelta \
- Simply \
- ContrastHighLargePrint \
- ContrastHighLargePrintInverse \
- Reverse \
- LargePrint
-
diff --git a/gtk-themes/Reverse/Makefile.am b/gtk-themes/Reverse/Makefile.am
deleted file mode 100644
index 945d4d03..00000000
--- a/gtk-themes/Reverse/Makefile.am
+++ /dev/null
@@ -1,5 +0,0 @@
-themedir = $(datadir)/themes/Reverse/gtk-2.0
-
-theme_DATA = gtkrc
-
-EXTRA_DIST = $(theme_DATA)
diff --git a/gtk-themes/Reverse/gtkrc b/gtk-themes/Reverse/gtkrc
deleted file mode 100644
index 262ae57d..00000000
--- a/gtk-themes/Reverse/gtkrc
+++ /dev/null
@@ -1,401 +0,0 @@
-
-# Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
-
-gtk-color-scheme = "base_color:#ffffff\nfg_color:#000000\ntooltip_fg_color:#000000\nselected_bg_color:#716968\nselected_fg_color:#ffffff\ntext_color:#000000\nbg_color:#ede9e3\ntooltip_bg_color:#FFFFBF"
-
-style "default" {
- xthickness = 1
- ythickness = 1
-
- #######################
- # Style Properties
- #######################
- GtkButton::child-displacement-x = 1
- GtkButton::child-displacement-y = 1
- GtkButton::default-border = { 0, 0, 0, 0 }
-
- GtkCheckButton::indicator-size = 14
-
- GtkPaned::handle-size = 6
-
- GtkRange::trough-border = 0
- GtkRange::slider-width = 15
- GtkRange::stepper-size = 15
-
- GtkScale::slider-length = 27
- GtkScale::trough-side-details = 1
-
- GtkScrollbar::min-slider-length = 30
- GtkMenuBar::internal-padding = 0
- GtkExpander::expander-size = 16
- GtkTreeView::expander-size = 14
- GtkTreeView::vertical-separator = 0
-
- GtkMenu::horizontal-padding = 0
- GtkMenu::vertical-padding = 0
-
- WnckTasklist::fade-overlay-rect = 0
- # The following line hints to gecko (and possibly other appliations)
- # that the entry should be drawn transparently on the canvas.
- # Without this, gecko will fill in the background of the entry.
- GtkEntry::honors-transparent-bg-hint = 1
-
- GtkEntry::progress-border = { 2, 2, 2, 2 }
-
- ####################
- # Color Definitions
- ####################
- bg[NORMAL] = @bg_color
- bg[PRELIGHT] = shade (1.02, @bg_color)
- bg[SELECTED] = @selected_bg_color
- bg[INSENSITIVE] = @bg_color
- bg[ACTIVE] = shade (0.9, @bg_color)
-
- fg[NORMAL] = @fg_color
- fg[PRELIGHT] = @fg_color
- fg[SELECTED] = @selected_fg_color
- fg[INSENSITIVE] = darker (@bg_color)
- fg[ACTIVE] = @fg_color
-
- text[NORMAL] = @text_color
- text[PRELIGHT] = @text_color
- text[SELECTED] = @selected_fg_color
- text[INSENSITIVE] = darker (@bg_color)
- text[ACTIVE] = @selected_fg_color
-
- base[NORMAL] = @base_color
- base[PRELIGHT] = shade (0.95, @bg_color)
- base[SELECTED] = @selected_bg_color
- base[INSENSITIVE] = @bg_color
- base[ACTIVE] = shade (0.9, @selected_bg_color)
-
- engine "clearlooks" {
- colorize_scrollbar = FALSE
- reliefstyle = 1
- menubarstyle = 2
- toolbarstyle = 1
- animation = FALSE
- radius = 2.5
- style = INVERTED
-
- # Set a hint to disable backward compatibility fallbacks.
- hint = "use-hints"
- }
-}
-
-style "wide" {
- xthickness = 2
- ythickness = 2
-}
-
-style "wider" {
- xthickness = 3
- ythickness = 3
-}
-
-style "entry" {
- xthickness = 3
- ythickness = 3
-
- bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color)
- fg[SELECTED] = @text_color
-
- engine "clearlooks" {
- focus_color = shade (0.65, @selected_bg_color)
- }
-}
-
-style "spinbutton" {
-
- engine "clearlooks" {
- hint = "spinbutton"
- }
-}
-
-style "scale" = "button" {
- xthickness = 2
- ythickness = 2
-
- engine "clearlooks" {
- hint = "scale"
- }
-}
-
-style "vscale" {
-
- engine "clearlooks" {
- hint = "vscale"
- }
-}
-
-style "hscale" {
-
- engine "clearlooks" {
- hint = "hscale"
- }
-}
-
-style "scrollbar" {
- xthickness = 2
- ythickness = 2
-
- engine "clearlooks" {
- hint = "scrollbar"
- }
-}
-
-style "hscrollbar" {
-
- engine "clearlooks" {
- hint = "hscrollbar"
- }
-}
-
-style "vscrollbar" {
-
- engine "clearlooks" {
- hint = "vscrollbar"
- }
-}
-
-style "notebook_bg" {
-}
-
-style "button" {
- xthickness = 3
- ythickness = 3
-
- bg[NORMAL] = shade (1.05, @bg_color)
- bg[INSENSITIVE] = shade (1.04, @bg_color)
- bg[PRELIGHT] = shade (1.08, @bg_color)
-}
-
-style "notebook" {
- xthickness = 2
- ythickness = 2
-}
-
-style "statusbar" {
-
- engine "clearlooks" {
- hint = "statusbar"
- }
-}
-
-style "comboboxentry" {
-
- engine "clearlooks" {
- # Note:
- # If you set the appears-as-list option on comboboxes in the theme,
- # then you should set this hint on the combobox instead.
- hint = "comboboxentry"
- }
-}
-
-style "menubar" {
-
- engine "clearlooks" {
- hint = "menubar"
- }
-}
-
-style "menu" {
- xthickness = 2
- ythickness = 2
-
- bg[NORMAL] = shade (1.08, @bg_color)
-}
-
-style "menu_item" {
- xthickness = 2
- ythickness = 3
-
- fg[PRELIGHT] = @selected_fg_color
-}
-
-style "frame_title" {
-
- fg[NORMAL] = lighter (@fg_color)
-}
-
-style "treeview" {
- xthickness = 2
- ythickness = 2
-
- engine "clearlooks" {
- hint = "treeview"
- }
-}
-
-style "progressbar" {
- xthickness = 1
- ythickness = 1
-
- fg[PRELIGHT] = @selected_fg_color
-
- engine "clearlooks" {
- radius = 1.5
-
- hint = "progressbar"
- }
-}
-
-# This style is based on the default style, so that the colors from the button
-# style are overriden again.
-style "treeview_header" = "default" {
- xthickness = 2
- ythickness = 1
-
- engine "clearlooks" {
- hint = "treeview-header"
- }
-}
-
-style "tooltips" {
- xthickness = 4
- ythickness = 4
-
- bg[NORMAL] = @tooltip_bg_color
- fg[NORMAL] = @tooltip_fg_color
-}
-
-style "caja_location" {
-
- bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color)
-}
-
-# Wrokaroudn style for places where the text color is used instead of the fg color.
-style "text_is_fg_color_workaround" {
-
- text[NORMAL] = @fg_color
- text[PRELIGHT] = @fg_color
- text[SELECTED] = @selected_fg_color
- text[ACTIVE] = @fg_color
- text[INSENSITIVE] = darker (@bg_color)
-}
-
-# Workaround style for menus where the text color is used instead of the fg color.
-style "menuitem_text_is_fg_color_workaround" {
-
- text[NORMAL] = @fg_color
- text[PRELIGHT] = @selected_fg_color
- text[SELECTED] = @selected_fg_color
- text[ACTIVE] = @fg_color
- text[INSENSITIVE] = darker (@bg_color)
-}
-
-# Workaround style for places where the fg color is used instead of the text color.
-style "fg_is_text_color_workaround" {
-
- fg[NORMAL] = @text_color
- fg[PRELIGHT] = @text_color
- fg[SELECTED] = @selected_fg_color
- fg[ACTIVE] = @selected_fg_color
- fg[INSENSITIVE] = darker (@bg_color)
-}
-
-# Style to set the toolbar to use a flat style. This is because the "New" button in
-# Evolution is not drawn transparent. So if there is a gradient in the background it will
-# look really wrong.
-# See http://bugzilla.gnome.org/show_bug.cgi?id=446953.
-style "evo_new_button_workaround" {
-
- engine "clearlooks" {
- toolbarstyle = 0
- }
-}
-
-
-###############################################################################
-# The following part of the gtkrc applies the different styles to the widgets.
-###############################################################################
-
-# The default style is applied to every widget
-class "GtkWidget" style "default"
-
-class "GtkSeparator" style "wide"
-class "GtkFrame" style "wide"
-class "GtkCalendar" style "wide"
-class "GtkEntry" style "entry"
-
-class "GtkSpinButton" style "spinbutton"
-class "GtkScale" style "scale"
-class "GtkVScale" style "vscale"
-class "GtkHScale" style "hscale"
-class "GtkScrollbar" style "scrollbar"
-class "GtkHScrollbar" style "hscrollbar"
-class "GtkVScrollbar" style "vscrollbar"
-
-# General matching follows. The order is choosen so that the right styles override
-# each other. EG. progressbar needs to be more important than the menu match.
-widget_class "*<GtkNotebook>" style "notebook_bg"
-# This is not perfect, it could be done better.
-# (That is modify *every* widget in the notebook, and change those back that
-# we really don't want changed)
-widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg"
-widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg"
-widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg"
-widget_class "*<GtkNotebook>*<GtkViewport>" style "notebook_bg"
-widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "notebook_bg"
-
-widget_class "*<GtkButton>" style "button"
-widget_class "*<GtkNotebook>" style "notebook"
-widget_class "*<GtkStatusbar>*" style "statusbar"
-
-widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
-widget_class "*<GtkCombo>*" style "comboboxentry"
-
-widget_class "*<GtkMenuBar>*" style "menubar"
-widget_class "*<GtkMenu>*" style "menu"
-widget_class "*<GtkMenuItem>*" style "menu_item"
-
-widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
-widget_class "*.<GtkTreeView>*" style "treeview"
-
-widget_class "*<GtkProgress>" style "progressbar"
-
-# Treeview headers (and similar stock GTK+ widgets)
-widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header"
-widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header"
-widget_class "*.<GtkList>.<GtkButton>" style "treeview_header"
-widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header"
-
-# The window of the tooltip is called "gtk-tooltip"
-##################################################################
-# FIXME:
-# This will not work if one embeds eg. a button into the tooltip.
-# As far as I can tell right now we will need to rework the theme
-# quite a bit to get this working correctly.
-# (It will involve setting different priorities, etc.)
-##################################################################
-widget "gtk-tooltip*" style "tooltips"
-
-##########################################################################
-# Following are special cases and workarounds for issues in applications.
-##########################################################################
-
-# Workaround for the evolution ETable (bug #527532)
-widget_class "*.<ETable>.<ECanvas>" style "treeview_header"
-# Workaround for the evolution ETree
-widget_class "*.<ETree>.<ECanvas>" style "treeview_header"
-
-# Special case the caja-extra-view-widget
-# ToDo: A more generic approach for all applications that have a widget like this.
-widget "*.caja-extra-view-widget" style : highest "caja_location"
-
-# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
-# Note that this work around assumes that the combobox is _not_ in appears-as-list mode.
-widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
-# This is the part of the workaround that fixes the menus
-widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
-
-# Work around the usage of GtkLabel inside GtkListItems to display text.
-# This breaks because the label is shown on a background that is based on the base color.
-widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
-# GtkCList also uses the fg color to draw text on top of the base colors.
-widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
-# Caja when renaming files, and maybe other places.
-widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
-
-# See the documentation of the style.
-widget_class "EShellWindow.GtkVBox.MateComponentDock.MateComponentDockBand.MateComponentDockItem*" style "evo_new_button_workaround"
diff --git a/gtk-themes/Simply/Makefile.am b/gtk-themes/Simply/Makefile.am
deleted file mode 100644
index 55d8ee54..00000000
--- a/gtk-themes/Simply/Makefile.am
+++ /dev/null
@@ -1,5 +0,0 @@
-themedir = $(datadir)/themes/Simply/gtk-2.0
-
-theme_DATA = gtkrc
-
-EXTRA_DIST = $(theme_DATA)
diff --git a/gtk-themes/Simply/gtkrc b/gtk-themes/Simply/gtkrc
deleted file mode 100644
index ab468804..00000000
--- a/gtk-themes/Simply/gtkrc
+++ /dev/null
@@ -1,86 +0,0 @@
-# Edit these colors and fonts however you like.
-style "default"
-{
- GtkRange::slider_width = 12
- GtkRange::stepper_size = 12
- GtkScrollbar::min_slider_length = 14
- GtkCheckButton::indicator_size = 12
- GtkCheckMenuItem::indicator_size = 12
- GtkButton::default_border = {0, 0, 0, 0}
-
- fg[NORMAL] = "#000000"
- fg[ACTIVE] = "#314a82"
- fg[INSENSITIVE] = "#969696"
- fg[PRELIGHT] = "#415a92"
- fg[SELECTED] = "#ffffff"
-
- bg[ACTIVE] = "#c2c2be"
- bg[NORMAL] = "#e2e2de"
- bg[INSENSITIVE] = "#e2e2de"
- bg[PRELIGHT] = "#f2f2ee"
- bg[SELECTED] = "#456b7f"
-
- base[NORMAL] = "#ffffff"
- base[ACTIVE] = "#456b7f"
- base[INSENSITIVE] = "#ffffff"
- base[PRELIGHT] = "#eaeaea"
- base[SELECTED] = "#456b7f"
-
- text[NORMAL] = "#000000"
- text[ACTIVE] = "#000000"
- text[PRELIGHT] = "#000000"
- text[SELECTED] = "#ffffff"
- text[INSENSITIVE] = "#000000"
-
- engine "thinice"
- {
- # Do you want the scrollbar handles rectangular or a bit shaped?
- rect_scrollbar = TRUE
-
- # The following variables are semi-generic, can be applied to
- # different widget classes etc..
-
- # Mark type 1 is used on scrollbar handles, handleboxes etc
- mark_type1 = DOT
- # Mark type 2 is used on scrollbar buttons
- mark_type2 = ARROW
- }
-}
-
-style "menu" = "default"
-{
- bg[PRELIGHT] = "#ffffff"
- text[PRELIGHT] = { 1.0, 1.0, 1.0 }
- engine "redmond95" { }
-}
-style "togglebuttons" = "default"
-{
- engine "redmond95" { }
-}
-
-style "progressbar" = "default"
-{
- bg[PRELIGHT] = "#456b7f"
- fg[PRELIGHT] = "#ffffff"
-}
-
-style "entry"
-{
- bg[SELECTED] = "#A3B0C9"
- fg[SELECTED] = "#000000"
-}
-
-class "GtkWidget" style "default"
-class "GtkMenuItem*" style "menu"
-class "GtkCheckButton" style "togglebuttons"
-class "GtkRadioButton" style "togglebuttons"
-class "GtkProgressBar" style "progressbar"
-class "GtkEntry" style "entry"
-
-# caja improvment
-style "simply-caja-location"
-{
- bg[NORMAL] = mix (0.60, shade (1.05, "#e2e2de"), "#e2e2de")
-}
-
-widget "*.caja-extra-view-widget" style : highest "simply-caja-location"