mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-28 16:54:04 +08:00
Breeze Theme (#4032) trevorwrightdev
* added 'breeze' theme * added -example firebase config back in * added 2077 theme * made 2077 theme background less bright. * made 2077 theme better * added breeze theme * softer sub alt color --------- Co-authored-by: Miodec <jack@monkeytype.com>
This commit is contained in:
parent
06a1f2354b
commit
9966550969
2 changed files with 20 additions and 1 deletions
|
@ -1146,5 +1146,12 @@
|
|||
"mainColor": "#13005A",
|
||||
"subColor": "#1c82adc4",
|
||||
"textColor": "#125d98"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "breeze",
|
||||
"bgColor": "#e8d5c4",
|
||||
"mainColor": "#7d67a9",
|
||||
"subColor": "#3a98b9",
|
||||
"textColor": "#1b4c5e"
|
||||
}
|
||||
]
|
||||
|
|
12
frontend/static/themes/breeze.css
Normal file
12
frontend/static/themes/breeze.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
:root {
|
||||
--bg-color: #e8d5c4;
|
||||
--main-color: #7d67a9;
|
||||
--caret-color: #7d67a9;
|
||||
--sub-color: #3a98b9;
|
||||
--sub-alt-color: #f6e6da;
|
||||
--text-color: #1b4c5e;
|
||||
--error-color: #7d67a9;
|
||||
--error-extra-color: #9f3e6d;
|
||||
--colorful-error-color: #f9f871;
|
||||
--colorful-error-extra-color: #67dfa1;
|
||||
}
|
Loading…
Reference in a new issue