Skip to content

Commit 1d43926

Browse files
committed
Bump version to 2.3 for Windy.com Dark Mode and add customizable progress line color
1 parent 0dbf17f commit 1d43926

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Windy-DarkMode.user.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ==UserStyle==
22
@name Windy.com - Dark Mode [Customizable]
33
@namespace typpi.online
4-
@version 2.2
4+
@version 2.3
55
@description Dark theme for Windy.com with customizable colors
66
@author Nick2bad4u
77
@license UnLicense
@@ -31,6 +31,7 @@
3131
@var color dark-gray "Dark Gray" #666666
3232
@var color light-gray "Light Gray" #cccccc
3333
@var color lighter-gray "Lighter Gray" #e0e0e0
34+
@var color progress-line "Progress Line" #ADADAD
3435
==/UserStyle== */
3536
@-moz-document domain("windy.com")
3637
{
@@ -67,6 +68,7 @@
6768
--color-border: var(primary-gray) !important;
6869
--color-border-selected: var(light-orange) !important;
6970
--darken-map-strength: var(darken-map-strength) !important;
71+
--progress-line: var(progress-line) !important;
7072
}
7173

7274
#plugin-detail,
@@ -83,6 +85,11 @@
8385
filter: invert(1) hue-rotate(180deg) !important;
8486
}
8587

88+
.progress-bar .progress-line .avbl
89+
{
90+
background-color: progress-line
91+
}
92+
8693
.td-wind.height-wind.d-display-table td,
8794
.td-gust.height-gust.d-display-table td
8895
{

0 commit comments

Comments
 (0)