diff options
author | Martin Schenck | 2016-08-01 17:41:52 +0200 |
---|---|---|
committer | Martin Schenck | 2017-05-14 18:26:05 +0200 |
commit | c6029ac640cdc73c2ddae3ac1b033fe10284dc76 (patch) | |
tree | 8d269bf81b96892da291c3eb6481eae0d4c7b5d5 /common/gnome-shell/3.14/sass/_common.scss | |
parent | 8290cb813f157a22e64ae58ac3dfb5983b0416e6 (diff) | |
download | solarc-theme-c6029ac640cdc73c2ddae3ac1b033fe10284dc76.tar.gz solarc-theme-c6029ac640cdc73c2ddae3ac1b033fe10284dc76.tar.xz solarc-theme-c6029ac640cdc73c2ddae3ac1b033fe10284dc76.zip |
Solarized colours
The script solarize.sh solarizes all colors by replacing the arc colors
with approproate colours from the solarized color scheme.
Diffstat (limited to 'common/gnome-shell/3.14/sass/_common.scss')
-rw-r--r-- | common/gnome-shell/3.14/sass/_common.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |