mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-18 04:28:47 +08:00
Create muted.css
created a muted color scheme / theme based on the GMK muted keycap set
This commit is contained in:
parent
566fc527a3
commit
862041b29c
1 changed files with 8 additions and 0 deletions
8
static/themes/muted.css
Normal file
8
static/themes/muted.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
:root {
|
||||
--bg-color: #1b13b3;
|
||||
--main-color: #C5B4E3;
|
||||
--caret-color: #B1E4E3;
|
||||
--sub-color: #939eae;
|
||||
--text-color: #D9D9D6;
|
||||
--error-color: #EDC1CD;
|
||||
}
|
Loading…
Add table
Reference in a new issue