diff options
author | raveit65 <[email protected]> | 2015-08-15 01:28:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-15 01:28:56 +0200 |
commit | cf7cfbb7b6062a7125ea368fbda614234dde9af7 (patch) | |
tree | 66118d5b23efff5667776db959db360d553c8f56 /desktop-themes | |
parent | 4b84832a1dffe802144ca4c63f36ae0afb1d054f (diff) | |
download | mate-themes-cf7cfbb7b6062a7125ea368fbda614234dde9af7.tar.bz2 mate-themes-cf7cfbb7b6062a7125ea368fbda614234dde9af7.tar.xz |
Gtk3+-3.14 BlackMATE: adjust link color
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-main.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-main.css index 8371f183..fea405ec 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-main.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-main.css @@ -132,7 +132,7 @@ @define-color wm_shadow alpha(black, 0.5); /* FIXME: needs dark colors from here */ -@define-color link_color #2EB8E6; /*#4a90d9*/ +@define-color link_color #1117EF; /*#4a90d9*/ @define-color warning_color #f57900; @define-color error_color #cc0000; @define-color success_color #4e9a06; |