From c6029ac640cdc73c2ddae3ac1b033fe10284dc76 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.14/sass/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/gnome-shell/3.14/sass') diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss index 91508cb..afd4229 100644 --- a/common/gnome-shell/3.14/sass/_common.scss +++ b/common/gnome-shell/3.14/sass/_common.scss @@ -2466,7 +2466,7 @@ StEntry.chat-response { 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