feat(theme): add floret (hurrrsh) (#5392)

* Create floret.css

* Update _list.json

* Update _list.json

* Update floret.css
This commit is contained in:
Harsh Natuskar 2024-05-15 19:42:51 +05:30 committed by GitHub
parent 37c1efd177
commit 66f6b7c355
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 0 deletions

View file

@ -1223,5 +1223,12 @@
"mainColor": "#e55050",
"subColor": "#ff6060",
"textColor": "#ffaaaa"
},
{
"name": "floret",
"bgColor": "#00272c",
"mainColor": " #ffdd6d",
"subColor": "#779097",
"textColor": "#E5E5E5"
}
]

View file

@ -0,0 +1,12 @@
:root {
--bg-color: #00272c;
--main-color: #ffdd6d;
--caret-color: #C3BD40;
--sub-color: #779097;
--sub-alt-color: #173033;
--text-color: #E5E5E5;
--error-color: #8A4000;
--error-extra-color: #00708D;
--colorful-error-color: #8A4000;
--colorful-error-extra-color: #628b96;
}