diff options
author | raveit65 <[email protected]> | 2017-02-28 15:55:40 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-02-28 15:57:52 +0100 |
commit | 3f18af8d88347efb0122391e93280c95444f3856 (patch) | |
tree | 7cce35a508226f49dddc36f5d0834f8112f48460 /desktop-themes/Blue-Submarine | |
parent | ac7b1f4cb59ea54e281d253d43ab9876c74ddf9c (diff) | |
download | mate-themes-3f18af8d88347efb0122391e93280c95444f3856.tar.bz2 mate-themes-3f18af8d88347efb0122391e93280c95444f3856.tar.xz |
Gtk+-2.0 most themes: use a oneliner for color definitions in gtkrc
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-2.0/gtkrc | 18 |
1 files changed, 10 insertions, 8 deletions
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. |