mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Gnome-shell improvements
- Reduce panel transparency - Fix dark text in weather applet
This commit is contained in:
@@ -8,7 +8,7 @@ $_bubble_bg_color: $osd_bg_color;
|
||||
$_bubble_fg_color: $fg_color;
|
||||
$_bubble_borders_color: $fg_color;
|
||||
$_bubble_transparent: transparentize($osd_bg_color, 0.17);
|
||||
$topbar_bg_color: transparentize($dracula,0.35);
|
||||
$topbar_bg_color: transparentize($dracula,0.05);
|
||||
|
||||
stage {
|
||||
font-family: $font-family;
|
||||
@@ -1198,6 +1198,30 @@ StScrollBar {
|
||||
}
|
||||
}
|
||||
|
||||
/* Weather */
|
||||
.weather-button {
|
||||
|
||||
.weather-header {
|
||||
color: darken($fg_color, 10%);
|
||||
font-weight: bold;
|
||||
|
||||
&.location {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.weather-forecast-time {
|
||||
color: darken($fg_color, 10%);
|
||||
font-feature-settings: "tnum";
|
||||
font-weight: normal;
|
||||
padding-top: 0.2em;
|
||||
padding-bottom: 0.4em;
|
||||
}
|
||||
|
||||
.weather-forecast-temp {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
// a little unstructured mess:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user