File: style-dark.css

package info (click to toggle)
gnome-weather 48.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,720 kB
  • sloc: javascript: 2,221; python: 98; xml: 83; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
@define-color weather_temp_chart_fill_color alpha(#cd9309, 0.25);
@define-color weather_temp_chart_stroke_color @yellow_4;
@define-color weather_forecast_color @yellow_4;

@define-color weather_thermometer_warm_color @yellow_5;
@define-color weather_thermometer_cold_color @blue_5;

@define-color weather_thermometer_high_color @yellow_2;
@define-color weather_thermometer_low_color @blue_2;