This commit is contained in:
Miodec 2022-06-16 18:29:21 +02:00
commit fe6b74ccf0
2 changed files with 18 additions and 1 deletions

View file

@ -763,5 +763,10 @@
"name": "tron_orange",
"bgColor": "#0d1c1c",
"mainColor": "#f0e800"
}
}
,{
"name": "hedge",
"bgColor": "#386641",
"mainColor": "#6a994e"
}
]

View file

@ -0,0 +1,12 @@
:root {
--bg-color: #415e31;
--main-color: #6a994e;
--caret-color: #f2efbb;
--sub-color: #ede5b4;
--sub-alt-color: #38502a;
--text-color: #f7f1d6;
--error-color: #ca3d3f;
--error-extra-color: #782832;
--colorful-error-color: #e76f51;
--colorful-error-extra-color: #f4a261;
}