feat(theme): Added tangerine theme (devdenisalex) (#5047)

* Create tangerine.css

* Update _list.json

* Update _list.json

* Update tangerine.css

* Update tangerine.css

* Update tangerine.css

---------

Co-authored-by: Jack <jack@monkeytype.com>
This commit is contained in:
Denis Alex 2024-02-14 16:39:59 +05:30 committed by GitHub
parent 0fef619d06
commit 933df63ecc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 1 deletions

View file

@ -1181,5 +1181,12 @@
"mainColor": "#363636",
"subColor": "#4f4f4f",
"textColor": "#1f1f1f"
},
{
"name": "tangerine",
"bgColor": "#ffede0",
"mainColor": "#fe5503",
"subColor": "#ff9562",
"textColor": "#3d1705"
}
]
]

View file

@ -0,0 +1,12 @@
:root {
--bg-color: #ffede0;
--main-color: #fe5503;
--caret-color: #5d8500;
--sub-color: #ff9562;
--sub-alt-color: #fdd3bf;
--text-color: #3d1705;
--error-color: #7fb500;
--error-extra-color: #5f8700;
--colorful-error-color: #7fb500;
--colorful-error-extra-color: #5f8700;
}