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/BlueMenta/gtk-2.0/gtkrc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'desktop-themes/BlueMenta/gtk-2.0/gtkrc') 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. -- cgit v1.2.1