From 3f18af8d88347efb0122391e93280c95444f3856 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/Blue-Submarine/gtk-2.0/gtkrc | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'desktop-themes/Blue-Submarine') 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. -- cgit v1.2.1