mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 12:29:46 +08:00
Add Blue Dolphin theme (#2560)
* add blue dolphin theme * update _list.json
This commit is contained in:
parent
f9d6f52c15
commit
e53c2418e6
2 changed files with 16 additions and 0 deletions
|
@ -734,4 +734,9 @@
|
|||
"bgColor": "#7c2142",
|
||||
"mainColor": "#deb80b"
|
||||
}
|
||||
,{
|
||||
"name": "blue_dolphin",
|
||||
"bgColor": "#003950",
|
||||
"mainColor": "#ffcefb"
|
||||
}
|
||||
]
|
||||
|
|
11
frontend/static/themes/blue_dolphin.css
Normal file
11
frontend/static/themes/blue_dolphin.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #003950;
|
||||
--main-color: #ffcefb;
|
||||
--caret-color: #00bcd4;
|
||||
--sub-color: #00e4ff;
|
||||
--text-color: #82eaff;
|
||||
--error-color: #ffbde6;
|
||||
--error-extra-color: #ff8188;
|
||||
--colorful-error-color: #ffbde6;
|
||||
--colorful-error-extra-color: #ff8188;
|
||||
}
|
Loading…
Reference in a new issue