summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-02-28 15:55:40 +0100
committerraveit65 <[email protected]>2017-02-28 15:58:20 +0100
commitc4db50b74f363983d6654da7f022450f095eac5d (patch)
treeb598fbf3c1d598f1830a1d8ba13014f163780616
parent1eddc97a95def3ef97c831e9b627947044022b08 (diff)
downloadmate-themes-c4db50b74f363983d6654da7f022450f095eac5d.tar.bz2
mate-themes-c4db50b74f363983d6654da7f022450f095eac5d.tar.xz
Gtk+-2.0 most themes: use a oneliner for color definitions in gtkrc
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/gtkrc18
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/gtkrc13
-rw-r--r--desktop-themes/Green-Submarine/gtk-2.0/gtkrc18
-rw-r--r--desktop-themes/Menta/gtk-2.0/gtkrc12
4 files changed, 35 insertions, 26 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/gtkrc b/desktop-themes/Blue-Submarine/gtk-2.0/gtkrc
index d9c6ea4d..a91fd795 100644
--- a/desktop-themes/Blue-Submarine/gtk-2.0/gtkrc
+++ b/desktop-themes/Blue-Submarine/gtk-2.0/gtkrc
@@ -9,14 +9,16 @@
# NOTE: Uncommenting means to delete the "#" at the beginning of a line. Commenting means to add a "#" at the beginning of a line. The "#" tells the theme wether to ignore the specified line or not.
-# These are the defined colors for the theme, you can change them in GNOME's appearance preferences.
-gtk_color_scheme = "bg_color:#CBD5D9\nselected_bg_color:#255880\nbase_color:#FFF" # Background, base.
-gtk_color_scheme = "fg_color:#101010\nselected_fg_color:#FFF\ntext_color:#1A1A1A" # Foreground, text.
-gtk_color_scheme = "tooltip_bg_color:#DBF4FF\ntooltip_fg_color:#000000" # Tooltips.
-gtk_color_scheme = "link_color:#008BCC" # Hyperlinks
-gtk_color_scheme = "menu_color:#1F2427" # Color for menus.
-gtk_color_scheme = "bg_color_dark:#1F2427\nfg_color_dark:#cccccc\ntext_color_dark:#E6E6E6" # Dark colors
-gtk-color-scheme = "sidebar_background:#D2DBDF"
+# These are the defined colors for the theme, you can change them in MATE's appearance preferences.
+gtk-color-scheme = "base_color:#FFF\nfg_color:#101010\ntooltip_fg_color:#000000\nselected_bg_color:#255880\nselected_fg_color:#FFF\ntext_color:#1A1A1A\nbg_color:#CBD5D9\ntooltip_bg_color:#DBF4FF\nlink_color:#008BCC\nmenu_color:#1F2427\nbg_color_dark:#1F2427\nfg_color_dark:#cccccc\ntext_color_dark:#E6E6E6\nsidebar_background:#D2DBDF"
+
+#gtk_color_scheme = "bg_color:#CBD5D9\nselected_bg_color:#255880\nbase_color:#FFF" # Background, base.
+#gtk_color_scheme = "fg_color:#101010\nselected_fg_color:#FFF\ntext_color:#1A1A1A" # Foreground, text.
+#gtk_color_scheme = "tooltip_bg_color:#DBF4FF\ntooltip_fg_color:#000000" # Tooltips.
+#gtk_color_scheme = "link_color:#008BCC" # Hyperlinks
+#gtk_color_scheme = "menu_color:#1F2427" # Color for menus.
+#gtk_color_scheme = "bg_color_dark:#1F2427\nfg_color_dark:#cccccc\ntext_color_dark:#E6E6E6" # Dark colors
+#gtk-color-scheme = "sidebar_background:#D2DBDF"
### MISC ###
gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller.
diff --git a/desktop-themes/BlueMenta/gtk-2.0/gtkrc b/desktop-themes/BlueMenta/gtk-2.0/gtkrc
index a7e278b3..468e297c 100644
--- a/desktop-themes/BlueMenta/gtk-2.0/gtkrc
+++ b/desktop-themes/BlueMenta/gtk-2.0/gtkrc
@@ -10,11 +10,14 @@
# NOTE: Uncommenting means to delete the "#" at the beginning of a line. Commenting means to add a "#" at the beginning of a line. The "#" tells the theme wether to ignore the specified line or not.
# These are the defined colors for the theme, you can change them in MATE's appearance preferences.
-gtk_color_scheme = "bg_color:#d4d4d4\nselected_bg_color:#6699CC\nbase_color:#F7F7F7" # Background, base.
-gtk_color_scheme = "fg_color:#2c2c2c\nselected_fg_color:#f5f5f5\ntext_color:#2c2c2c" # Foreground, text.
-gtk_color_scheme = "tooltip_bg_color:#F5F5B5\ntooltip_fg_color:#000000" # Tooltips.
-gtk_color_scheme = "link_color:#08c" # Hyperlinks
-gtk_color_scheme = "bg_color_dark:#3f3f3f\ntext_color_dark:#FFF" # Dark colors
+gtk_color_scheme = "bg_color:#d4d4d4\nselected_bg_color:#6699CC\nbase_color:#F7F7F7\nfg_color:#2c2c2c\nselected_fg_color:#f5f5f5\ntext_color:#2c2c2c\ntooltip_bg_color:#F5F5B5\ntooltip_fg_color:#000000\nlink_color:#08c\nbg_color_dark:#3f3f3f\ntext_color_dark:#FFF"
+
+
+#gtk_color_scheme = "bg_color:#d4d4d4\nselected_bg_color:#6699CC\nbase_color:#F7F7F7" # Background, base.
+#gtk_color_scheme = "fg_color:#2c2c2c\nselected_fg_color:#f5f5f5\ntext_color:#2c2c2c" # Foreground, text.
+#gtk_color_scheme = "tooltip_bg_color:#F5F5B5\ntooltip_fg_color:#000000" # Tooltips.
+#gtk_color_scheme = "link_color:#08c" # Hyperlinks
+#gtk_color_scheme = "bg_color_dark:#3f3f3f\ntext_color_dark:#FFF" # Dark colors
### EXTERNAL FILES ###
include "widgets/panel.rc" # This includes the file that handles the panels.
diff --git a/desktop-themes/Green-Submarine/gtk-2.0/gtkrc b/desktop-themes/Green-Submarine/gtk-2.0/gtkrc
index 814d9714..9c64ccb3 100644
--- a/desktop-themes/Green-Submarine/gtk-2.0/gtkrc
+++ b/desktop-themes/Green-Submarine/gtk-2.0/gtkrc
@@ -9,14 +9,16 @@
# NOTE: Uncommenting means to delete the "#" at the beginning of a line. Commenting means to add a "#" at the beginning of a line. The "#" tells the theme wether to ignore the specified line or not.
-# These are the defined colors for the theme, you can change them in GNOME's appearance preferences.
-gtk_color_scheme = "bg_color:#CBD9D4\nselected_bg_color:#72B49D\nbase_color:#FFF" # Background, base.
-gtk_color_scheme = "fg_color:#101010\nselected_fg_color:#FFF\ntext_color:#1A1A1A" # Foreground, text.
-gtk_color_scheme = "tooltip_bg_color:#DBFFF3\ntooltip_fg_color:#000000" # Tooltips.
-gtk_color_scheme = "link_color:#00CC85" # Hyperlinks
-gtk_color_scheme = "menu_color:#1F2724" # Color for menus.
-gtk_color_scheme = "bg_color_dark:#1F2724\nfg_color_dark:#cccccc\ntext_color_dark:#E6E6E6" # Dark colors
-gtk-color-scheme = "sidebar_background:#D2DFDA"
+# These are the defined colors for the theme, you can change them in MATE's appearance preferences.
+gtk-color-scheme = "base_color:#FFF\nfg_color:#101010\ntooltip_fg_color:#000000\nselected_bg_color:#72B49D\nselected_fg_color:#FFF\ntext_color:#1A1A1A\nbg_color:#CBD9D4\ntooltip_bg_color:#DBFFF3\nlink_color:#00CC85\nmenu_color:#1F2724\nbg_color_dark:#1F2724\nfg_color_dark:#cccccc\ntext_color_dark:#E6E6E6\nsidebar_background:#D2DFDA"
+
+#gtk_color_scheme = "bg_color:#CBD9D4\nselected_bg_color:#72B49D\nbase_color:#FFF" # Background, base.
+#gtk_color_scheme = "fg_color:#101010\nselected_fg_color:#FFF\ntext_color:#1A1A1A" # Foreground, text.
+#gtk_color_scheme = "tooltip_bg_color:#DBFFF3\ntooltip_fg_color:#000000" # Tooltips.
+#gtk_color_scheme = "link_color:#00CC85" # Hyperlinks
+#gtk_color_scheme = "menu_color:#1F2724" # Color for menus.
+#gtk_color_scheme = "bg_color_dark:#1F2724\nfg_color_dark:#cccccc\ntext_color_dark:#E6E6E6" # Dark colors
+#gtk-color-scheme = "sidebar_background:#D2DFDA"
### MISC ###
gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller.
diff --git a/desktop-themes/Menta/gtk-2.0/gtkrc b/desktop-themes/Menta/gtk-2.0/gtkrc
index 7f4be535..475d8243 100644
--- a/desktop-themes/Menta/gtk-2.0/gtkrc
+++ b/desktop-themes/Menta/gtk-2.0/gtkrc
@@ -10,11 +10,13 @@
# NOTE: Uncommenting means to delete the "#" at the beginning of a line. Commenting means to add a "#" at the beginning of a line. The "#" tells the theme wether to ignore the specified line or not.
# These are the defined colors for the theme, you can change them in MATE's appearance preferences.
-gtk_color_scheme = "bg_color:#dcdcdc\nselected_bg_color:#accd8a\nbase_color:#f7f7f7" # Background, base.
-gtk_color_scheme = "fg_color:#2c2c2c\nselected_fg_color:#f5f5f5\ntext_color:#2c2c2c" # Foreground, text.
-gtk_color_scheme = "tooltip_bg_color:#F5F5B5\ntooltip_fg_color:#000000" # Tooltips.
-gtk_color_scheme = "link_color:#61bf00" # Hyperlinks
-gtk_color_scheme = "bg_color_dark:#3f3f3f\ntext_color_dark:#FFF" # Dark colors
+gtk_color_scheme = "bg_color:#d4d4d4\nselected_bg_color:#accd8a\nbase_color:#f7f7f7\nfg_color:#2c2c2c\nselected_fg_color:#f5f5f5\ntext_color:#2c2c2c\ntooltip_bg_color:#F5F5B5\ntooltip_fg_color:#000000\nlink_color:#61bf00\nbg_color_dark:#3f3f3f\ntext_color_dark:#FFF"
+
+#gtk_color_scheme = "bg_color:#dcdcdc\nselected_bg_color:#accd8a\nbase_color:#f7f7f7" # Background, base.
+#gtk_color_scheme = "fg_color:#2c2c2c\nselected_fg_color:#f5f5f5\ntext_color:#2c2c2c" # Foreground, text.
+#gtk_color_scheme = "tooltip_bg_color:#F5F5B5\ntooltip_fg_color:#000000" # Tooltips.
+#gtk_color_scheme = "link_color:#61bf00" # Hyperlinks
+#gtk_color_scheme = "bg_color_dark:#3f3f3f\ntext_color_dark:#FFF" # Dark colors
### EXTERNAL FILES ###
# This includes the file that handles the panels with a light grey background.