From 55a2fea8a13acfc843fb09190868ad89607254e6 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Sat, 29 Dec 2018 00:49:07 -0600 Subject: [PATCH] Improve gnome-shell theme --- gnome-shell/_common.scss | 6 ++++-- gnome-shell/gnome-shell.css | 10 +++++++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index 677222a..cf509ad 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -988,7 +988,8 @@ StScrollBar { &:active,&:selected { color: $selected_fg_color; background-color: $selected_bg_color; - border-color: transparent; //avoid jumparound due to today + @include gradient(); + border-color: black; //avoid jumparound due to today } &.calendar-day-heading { //day of week heading color: darken($fg_color, 10%); @@ -1078,7 +1079,7 @@ StScrollBar { &:hover,&:focus { background-color: darken($bg_color, 1%); //@include gradient(); - box-shadow: 3px 0px 0px 0px $selected_bg_color inset; + box-shadow: 2px 0px 0px 0px $g2 inset; } border-radius: 1px; background: transparent; @@ -1389,6 +1390,7 @@ StScrollBar { color: $topbar_color; background-color: $topbar_bg_color; text-align: center; + border: 1px solid $borders_color; -x-offset: 8px; } diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index e9332d1..9b5dbd1 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -906,7 +906,10 @@ StScrollBar { .calendar-day-base:active, .calendar-day-base:selected { color: #f7f7f7; background-color: #c50ed2; - border-color: transparent; } + background-gradient-start: #c50ed2; + background-gradient-end: #8500f7; + background-gradient-direction: horizontal; + border-color: black; } .calendar-day-base.calendar-day-heading { color: #7b939c; margin-top: 1em; @@ -994,7 +997,7 @@ StScrollBar { background: transparent; } .message:hover, .message:focus { background-color: #161925; - box-shadow: 3px 0px 0px 0px #c50ed2 inset; } + box-shadow: 2px 0px 0px 0px #8500f7 inset; } .message-icon-bin { padding: 10px 3px 10px 10px; } @@ -1282,6 +1285,7 @@ StScrollBar { color: white; background-color: rgba(22, 25, 37, 0.65); text-align: center; + border: 1px solid #12151e; -x-offset: 8px; } /* App Vault/Grid */ @@ -1986,4 +1990,4 @@ StScrollBar { background: transparent; } .openweather-current-databox-captions, .openweather-forecast-day { - color: #00e8b7; } + color: #c50ed2; }