mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 06:05:16 +08:00
Add mountain theme
Add support for Mountan theme (https://github.com/pradyungn/Mountain)
This commit is contained in:
parent
fe76caa37c
commit
8d194b9c93
1 changed files with 11 additions and 0 deletions
11
static/themes/mountain.css
Normal file
11
static/themes/mountain.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #0f0f0f;
|
||||
--main-color: #e7e7e7;
|
||||
--caret-color: #f5f5f5;
|
||||
--sub-color: #4c4c4c;
|
||||
--text-color: #e7e7e7;
|
||||
--error-color: #ac8c8c;
|
||||
--error-extra-color: #c49ea0;
|
||||
--colorful-error-color: #aca98a;
|
||||
--colorful-error-extra-color: #c4c19e;
|
||||
}
|
Loading…
Reference in a new issue