diff options
author | raveit65 <[email protected]> | 2017-02-28 15:55:40 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-02-28 15:57:11 +0100 |
commit | 1a9d4deea94e9114efd740ac874593e57da6291c (patch) | |
tree | 31145019fdf487359b9dcc41bdadcc6cc512db1a /desktop-themes/Menta/gtk-2.0/gtkrc | |
parent | f28699140d8c083f7b5e0bc54b5e11bce5dd945f (diff) | |
download | mate-themes-1a9d4deea94e9114efd740ac874593e57da6291c.tar.bz2 mate-themes-1a9d4deea94e9114efd740ac874593e57da6291c.tar.xz |
Gtk+-2.0 most themes: use a oneliner for color definitions in gtkrc
Diffstat (limited to 'desktop-themes/Menta/gtk-2.0/gtkrc')
-rw-r--r-- | desktop-themes/Menta/gtk-2.0/gtkrc | 12 |
1 files changed, 7 insertions, 5 deletions
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.
|