mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-14 15:49:52 +01:00
Improve gnome-shell theme
This commit is contained in:
@@ -988,7 +988,8 @@ StScrollBar {
|
|||||||
&:active,&:selected {
|
&:active,&:selected {
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
background-color: $selected_bg_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
|
&.calendar-day-heading { //day of week heading
|
||||||
color: darken($fg_color, 10%);
|
color: darken($fg_color, 10%);
|
||||||
@@ -1078,7 +1079,7 @@ StScrollBar {
|
|||||||
&:hover,&:focus {
|
&:hover,&:focus {
|
||||||
background-color: darken($bg_color, 1%);
|
background-color: darken($bg_color, 1%);
|
||||||
//@include gradient();
|
//@include gradient();
|
||||||
box-shadow: 3px 0px 0px 0px $selected_bg_color inset;
|
box-shadow: 2px 0px 0px 0px $g2 inset;
|
||||||
}
|
}
|
||||||
border-radius: 1px;
|
border-radius: 1px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@@ -1389,6 +1390,7 @@ StScrollBar {
|
|||||||
color: $topbar_color;
|
color: $topbar_color;
|
||||||
background-color: $topbar_bg_color;
|
background-color: $topbar_bg_color;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
border: 1px solid $borders_color;
|
||||||
-x-offset: 8px;
|
-x-offset: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -906,7 +906,10 @@ StScrollBar {
|
|||||||
.calendar-day-base:active, .calendar-day-base:selected {
|
.calendar-day-base:active, .calendar-day-base:selected {
|
||||||
color: #f7f7f7;
|
color: #f7f7f7;
|
||||||
background-color: #f7b922;
|
background-color: #f7b922;
|
||||||
border-color: transparent; }
|
background-gradient-start: #eee90a;
|
||||||
|
background-gradient-end: #f7b922;
|
||||||
|
background-gradient-direction: horizontal;
|
||||||
|
border-color: black; }
|
||||||
.calendar-day-base.calendar-day-heading {
|
.calendar-day-base.calendar-day-heading {
|
||||||
color: #768191;
|
color: #768191;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
@@ -994,7 +997,7 @@ StScrollBar {
|
|||||||
background: transparent; }
|
background: transparent; }
|
||||||
.message:hover, .message:focus {
|
.message:hover, .message:focus {
|
||||||
background-color: #0e0e10;
|
background-color: #0e0e10;
|
||||||
box-shadow: 3px 0px 0px 0px #f7b922 inset; }
|
box-shadow: 2px 0px 0px 0px #f7b922 inset; }
|
||||||
|
|
||||||
.message-icon-bin {
|
.message-icon-bin {
|
||||||
padding: 10px 3px 10px 10px; }
|
padding: 10px 3px 10px 10px; }
|
||||||
@@ -1282,6 +1285,7 @@ StScrollBar {
|
|||||||
color: white;
|
color: white;
|
||||||
background-color: rgba(16, 16, 19, 0.65);
|
background-color: rgba(16, 16, 19, 0.65);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
border: 1px solid #161819;
|
||||||
-x-offset: 8px; }
|
-x-offset: 8px; }
|
||||||
|
|
||||||
/* App Vault/Grid */
|
/* App Vault/Grid */
|
||||||
@@ -1986,4 +1990,4 @@ StScrollBar {
|
|||||||
background: transparent; }
|
background: transparent; }
|
||||||
|
|
||||||
.openweather-current-databox-captions, .openweather-forecast-day {
|
.openweather-current-databox-captions, .openweather-forecast-day {
|
||||||
color: #00e8b7; }
|
color: #f7b922; }
|
||||||
|
|||||||
Reference in New Issue
Block a user