mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-08 22:50:00 +08:00
Dev theme (#2175) by Abod1960
* added dev.css this theme is based on "Dev theme by KDr3w" color pallet: https://www.deviantart.com/kdr3w/art/Dev-825722799 * added dev theme this theme is based on "Dev theme by KDr3w" color pallet: https://www.deviantart.com/kdr3w/art/Dev-825722799
This commit is contained in:
parent
89a3873f52
commit
cfc0785e9a
2 changed files with 17 additions and 0 deletions
|
@ -633,5 +633,10 @@
|
|||
"name": "modern_ink",
|
||||
"bgColor" : "#ffffff",
|
||||
"textColor":"#ff360d"
|
||||
},
|
||||
{
|
||||
"name": "dev",
|
||||
"bgColor" : "#1b2028",
|
||||
"textColor":"#23a9d5"
|
||||
}
|
||||
]
|
||||
|
|
12
static/themes/dev.css
Normal file
12
static/themes/dev.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
/*this theme is based on "Dev theme by KDr3w" color pallet: https://www.deviantart.com/kdr3w/art/Dev-825722799 */
|
||||
:root {
|
||||
--bg-color: #1b2028;
|
||||
--main-color: #23a9d5;
|
||||
--caret-color: #4b5975;
|
||||
--sub-color: #4b5975;
|
||||
--text-color: #ccccb5;
|
||||
--error-color: #b81b2c;
|
||||
--error-extra-color: #84131f;
|
||||
--colorful-error-color: #b81b2c;
|
||||
--colorful-error-extra-color: #84131f;
|
||||
}
|
Loading…
Add table
Reference in a new issue