summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta/gtk-2.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-02-28 15:55:40 +0100
committerraveit65 <[email protected]>2017-02-28 15:55:40 +0100
commit6b5e43f6f5f36a4cd8b7f7cc499da6e29ed9fbe0 (patch)
treec5233c082eb34328361b2157e0747126953cf7c5 /desktop-themes/BlueMenta/gtk-2.0
parentb9b10b8fa7e95b443b442c89f89a62a9a4f79898 (diff)
downloadmate-themes-6b5e43f6f5f36a4cd8b7f7cc499da6e29ed9fbe0.tar.bz2
mate-themes-6b5e43f6f5f36a4cd8b7f7cc499da6e29ed9fbe0.tar.xz
Gtk+-2.0 most themes: use a oneliner for color definitions in gtkrc
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-2.0')
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/gtkrc13
1 files changed, 8 insertions, 5 deletions
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.