Skip to content

Commit

Permalink
feat(themes): add cy red (StickminBruv) (#5375)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
StickminBruv authored May 13, 2024
1 parent 8b95874 commit e6d020a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/static/themes/_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1216,5 +1216,12 @@
"mainColor": "#5a65ea",
"subColor": "#565861",
"textColor": "#dcdee3"
},
{
"name": "cy_red",
"bgColor": "#6e2626",
"mainColor": "#e55050",
"subColor": "#ff6060",
"textColor": "#ffaaaa"
}
]
12 changes: 12 additions & 0 deletions frontend/static/themes/cy_red.css
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit e6d020a

Please sign in to comment.