mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
added gruvbox themes
This commit is contained in:
parent
272bbdb757
commit
048f4a6de1
3 changed files with 28 additions and 0 deletions
9
public/themes/gruvbox_dark copy.css
Normal file
9
public/themes/gruvbox_dark copy.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
:root {
|
||||
--bg-color: #fbf1c7;
|
||||
--main-color: #d79921;
|
||||
--caret-color: #458588;
|
||||
--sub-color: #98971a;
|
||||
--text-color: #3c3836;
|
||||
--error-color: #cc241d;
|
||||
--extra-error-color: #9d0006;
|
||||
}
|
9
public/themes/gruvbox_dark.css
Normal file
9
public/themes/gruvbox_dark.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
:root {
|
||||
--bg-color: #282828;
|
||||
--main-color: #d79921;
|
||||
--caret-color: #458588;
|
||||
--sub-color: #b8bb26;
|
||||
--text-color: #ebdbb2;
|
||||
--error-color: #fb4934 ;
|
||||
--extra-error-color: #cc241d;
|
||||
}
|
|
@ -153,5 +153,15 @@
|
|||
"name": "striker",
|
||||
"bgColor": "#124883",
|
||||
"textColor": "#d6dbd9"
|
||||
},
|
||||
{
|
||||
"name": "gruvbox_dark",
|
||||
"bgColor": "#282828",
|
||||
"textColor": "#ebdbb2"
|
||||
},
|
||||
{
|
||||
"name": "gruvbox_light",
|
||||
"bgColor": "#fbf1c7",
|
||||
"textColor": "#458588"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue