feat(plugins/core): add support for --winter debug flag (#1341)

This commit is contained in:
Simon Lecoq
2023-01-09 02:37:35 -05:00
committed by GitHub
parent d2c70c4e21
commit ce8daa099b
4 changed files with 30 additions and 13 deletions

View File

@@ -140,6 +140,10 @@
--color-calendar-halloween-graph-day-L2-bg: #ffc501;
--color-calendar-halloween-graph-day-L3-bg: #fe9600;
--color-calendar-halloween-graph-day-L4-bg: #03001c;
--color-calendar-winter-graph-day-L1-bg: #0a3069;
--color-calendar-winter-graph-day-L2-bg: #0969da;
--color-calendar-winter-graph-day-L3-bg: #54aeff;
--color-calendar-winter-graph-day-L4-bg: #b6e3ff;
--color-calendar-graph-day-L4-border: rgba(27,31,35,0.06);
--color-calendar-graph-day-L3-border: rgba(27,31,35,0.06);
--color-calendar-graph-day-L2-border: rgba(27,31,35,0.06);