From 6b5e43f6f5f36a4cd8b7f7cc499da6e29ed9fbe0 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 28 Feb 2017 15:55:40 +0100 Subject: Gtk+-2.0 most themes: use a oneliner for color definitions in gtkrc --- desktop-themes/Menta/gtk-2.0/gtkrc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'desktop-themes/Menta') 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. -- cgit v1.2.1