From 474539210d7edc6079c6f01c6b5e5152cd7fcc62 Mon Sep 17 00:00:00 2001 From: Martin Schenck Date: Mon, 1 Aug 2016 17:41:52 +0200 Subject: Solarized colours The script solarize.sh solarizes all colors by replacing the arc colors with approproate colours from the solarized color scheme. --- common/gnome-shell/3.18/sass/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/gnome-shell/3.18/sass/_common.scss') diff --git a/common/gnome-shell/3.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss index 3033f52..4a65924 100644 --- a/common/gnome-shell/3.18/sass/_common.scss +++ b/common/gnome-shell/3.18/sass/_common.scss @@ -2368,7 +2368,7 @@ $legacy_icon_size: 24px; border: 1px solid gray; padding: 4px; border-radius: 4px; - &:hover { border: 1px solid #ffffff; } + &:hover { border: 1px solid #fdf6e3; } } #lookingGlassExtensions { padding: 4px; } -- cgit v1.2.3