diff options
author | Horst3180 | 2015-05-17 21:14:04 +0200 |
---|---|---|
committer | Horst3180 | 2015-05-17 21:14:04 +0200 |
commit | 32b0970dda781992e281d2a562b93527222754ad (patch) | |
tree | 5fb9f9de5a957851774b3d6901189089064f1175 /gnome-shell/_drawing.scss | |
parent | aa58d5740cbbe38ecace1b4cfdc9ff6015797f74 (diff) | |
download | solarc-theme-32b0970dda781992e281d2a562b93527222754ad.tar.gz solarc-theme-32b0970dda781992e281d2a562b93527222754ad.tar.xz solarc-theme-32b0970dda781992e281d2a562b93527222754ad.zip |
more gnome-shell tweaks
Diffstat (limited to 'gnome-shell/_drawing.scss')
-rw-r--r-- | gnome-shell/_drawing.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-shell/_drawing.scss b/gnome-shell/_drawing.scss index f3c1f04..0e60551 100644 --- a/gnome-shell/_drawing.scss +++ b/gnome-shell/_drawing.scss @@ -105,7 +105,7 @@ // // normal osd button // - color: $osd_fg_color; + color: lighten($osd_fg_color, 10%); outline-color: transparentize($osd_fg_color, 0.7); border-color: transparentize($osd_fg_color, 0.7); background-color: darken($osd_bg_color, 5%); |