feat(themes): add cy red (StickminBruv) (#5375)

* Create cy_red.css

Going to add error colors soon

* Update _list.json

Added theme to list

* Update _list.json

Added a comma to fix one of the checks

* Update _list.json

Added bracket to fix a check

* Update cy_red.css

Added brand new error colors to comply with "red theme, red error" thing

* Update _list.json

Fixed bracket i think

* Update _list.json

Added a "
bruh moment

* Update _list.json

Added a comma
This commit is contained in:
StickminBruv 2024-05-13 05:48:32 -04:00 committed by GitHub
parent 8b95874cae
commit e6d020abb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 0 deletions

View file

@ -1216,5 +1216,12 @@
"mainColor": "#5a65ea",
"subColor": "#565861",
"textColor": "#dcdee3"
},
{
"name": "cy_red",
"bgColor": "#6e2626",
"mainColor": "#e55050",
"subColor": "#ff6060",
"textColor": "#ffaaaa"
}
]

View file

@ -0,0 +1,12 @@
:root {
--bg-color: #6e2626;
--main-color: #e55050;
--caret-color: #541d1d;
--sub-color: #ff6060;
--sub-alt-color: #3f1616;
--text-color: #ffaaaa;
--error-color: #919fd9;
--error-extra-color: #4d5d9e;
--colorful-error-color: #919fd9;
--colorful-error-extra-color: #4d5d9e;
}