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:
trevdev 2023-03-01 01:45:33 -08:00 committed by GitHub
parent 06a1f2354b
commit 9966550969
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 1 deletions

View file

@ -1146,5 +1146,12 @@
"mainColor": "#13005A",
"subColor": "#1c82adc4",
"textColor": "#125d98"
}
},
{
"name": "breeze",
"bgColor": "#e8d5c4",
"mainColor": "#7d67a9",
"subColor": "#3a98b9",
"textColor": "#1b4c5e"
}
]

View 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;
}