add hedge theme (#3137) devkennyy

* create hedge theme

* update _list.json

* fixed sub alt color issues

* update colors

* updated colors

Co-authored-by: Miodec <bartnikjack@gmail.com>
This commit is contained in:
kenny 2022-06-16 19:37:31 +10:00 committed by GitHub
parent 44d996fe6c
commit cc0f991d47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}