mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-19 07:10:49 +08:00
added striker
This commit is contained in:
parent
b973f9684f
commit
272bbdb757
2 changed files with 14 additions and 0 deletions
|
|
@ -148,5 +148,10 @@
|
|||
"name": "terminal",
|
||||
"bgColor": "#1b1c1d",
|
||||
"textColor": "#79a617"
|
||||
},
|
||||
{
|
||||
"name": "striker",
|
||||
"bgColor": "#124883",
|
||||
"textColor": "#d6dbd9"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
9
public/themes/striker.css
Normal file
9
public/themes/striker.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
:root {
|
||||
--bg-color: #124883;
|
||||
--main-color: #d7dcda;
|
||||
--caret-color: #d7dcda;
|
||||
--sub-color: #0f2d4e;
|
||||
--text-color: #d6dbd9;
|
||||
--error-color: #fb4934;
|
||||
--extra-error-color: #cc241d;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue