mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-09 15:15:58 +08:00
Added Catppuccin theme (#2410) by tsjazil
* Create catppuccin.css * Update catppuccin.css * Added catppuccin theme to _list.json * Update _list.json
This commit is contained in:
parent
c6be55e4cc
commit
c99c227a5f
2 changed files with 16 additions and 0 deletions
|
@ -719,4 +719,9 @@
|
|||
"bgColor": "#dadbdc",
|
||||
"mainColor": "#3846b1"
|
||||
}
|
||||
,{
|
||||
"name": "catppuccin",
|
||||
"bgColor": "#1e1e2e",
|
||||
"mainColor": "#abe9b3"
|
||||
}
|
||||
]
|
||||
|
|
11
static/themes/catppuccin.css
Normal file
11
static/themes/catppuccin.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #1e1e2e;
|
||||
--caret-color: #fae3b0;
|
||||
--main-color: #abe9b3;
|
||||
--sub-color: #575268;
|
||||
--text-color: #d9e0ee;
|
||||
--error-color: #f28fad;
|
||||
--error-extra-color: #e8a2af;
|
||||
--colorful-error-color: #f28fad;
|
||||
--colorful-error-extra-color: #e8a2af;
|
||||
}
|
Loading…
Add table
Reference in a new issue