mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-25 01:21:44 +08:00
added matrix
This commit is contained in:
parent
725c1a97f2
commit
4c8300469a
2 changed files with 16 additions and 0 deletions
|
|
@ -193,5 +193,10 @@
|
|||
"name": "pulse",
|
||||
"bgColor": "#181818",
|
||||
"textColor": "#17b8bd"
|
||||
},
|
||||
{
|
||||
"name": "terminal",
|
||||
"bgColor": "#000000",
|
||||
"textColor": "#15ff00"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
11
public/themes/matrix.css
Normal file
11
public/themes/matrix.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #000000;
|
||||
--main-color: #15ff00;
|
||||
--caret-color: #15ff00;
|
||||
--sub-color: #032700;
|
||||
--text-color: #adffa7;
|
||||
--error-color: #da3333;
|
||||
--error-extra-color: #791717;
|
||||
--extra-error-color: #da3333;
|
||||
--extra-error-extra-color: #791717;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue