mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2026-04-27 15:04:16 +02:00
Fix gnome shell issues (OpenWeather extension)
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
@import "extensions/_openweather"
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
.openweather-current-summarybox,
|
||||||
|
.openweather-forecast-icon,
|
||||||
|
.openweather-current-databox-captions,
|
||||||
|
.openweather-current-databox-values,
|
||||||
|
.openweather-current-icon,
|
||||||
|
.openweather-forecast-summary,
|
||||||
|
.openweather-forecast-temperature{
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.openweather-current-databox-captions, .openweather-forecast-day {
|
||||||
|
color: $selected_bg_color;
|
||||||
|
}
|
||||||
@@ -1975,3 +1975,15 @@ StScrollBar {
|
|||||||
border: 2px solid grey;
|
border: 2px solid grey;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 6px; }
|
padding: 6px; }
|
||||||
|
|
||||||
|
.openweather-current-summarybox,
|
||||||
|
.openweather-forecast-icon,
|
||||||
|
.openweather-current-databox-captions,
|
||||||
|
.openweather-current-databox-values,
|
||||||
|
.openweather-current-icon,
|
||||||
|
.openweather-forecast-summary,
|
||||||
|
.openweather-forecast-temperature {
|
||||||
|
background: transparent; }
|
||||||
|
|
||||||
|
.openweather-current-databox-captions, .openweather-forecast-day {
|
||||||
|
color: #00e8b7; }
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
$subtheme: 'main';
|
$subtheme: 'main';
|
||||||
|
|
||||||
@import "_colors"; //use gtk colors
|
@import "colors"; //use gtk colors
|
||||||
@import "_drawing";
|
@import "drawing";
|
||||||
@import "_common";
|
@import "common";
|
||||||
|
@import "extensions"
|
||||||
Reference in New Issue
Block a user