File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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{
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 ,
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 {
You can’t perform that action at this time.
0 commit comments