Skip to content

Commit

Permalink
feat(theme): add tangerine theme (devdenisalex) (#5045)
Browse files Browse the repository at this point in the history
* Create tangerine.css

* Update _list.json

* Update _list.json

* Update tangerine.css

---------

Co-authored-by: Jack <jack@monkeytype.com>
  • Loading branch information
devdenisalex and Miodec authored Feb 13, 2024
1 parent 145065e commit cbc8930
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
9 changes: 8 additions & 1 deletion frontend/static/themes/_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1181,5 +1181,12 @@
"mainColor": "#363636",
"subColor": "#4f4f4f",
"textColor": "#1f1f1f"
},
{
"name": "tangerine",
"bgColor": "#ffede0",
"mainColor": "#fe5503",
"subColor": "#ff9562",
"textColor": "#3d1705"
}
]
]
12 changes: 12 additions & 0 deletions frontend/static/themes/tangerine.css
Original file line number Diff line number Diff line change
@@ -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: #ff0000;
--error-extra-color: #ff1f1f;
--colorful-error-color: #ff0000;
--colorful-error-extra-color: #ff1f1f;
}

0 comments on commit cbc8930

Please sign in to comment.