Skip to content

Commit

Permalink
feat(theme): add macroblank theme (TheExploration) (#5088)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheExploration authored Feb 21, 2024
1 parent 6ef08d4 commit c292203
Show file tree
Hide file tree
Showing 2 changed files with 20 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 @@ -1188,5 +1188,12 @@
"mainColor": "#fe5503",
"subColor": "#ff9562",
"textColor": "#3d1705"
},
{
"name": "macroblank",
"bgColor": "#b2d2c8",
"mainColor": "#c13117",
"subColor": "#717977",
"textColor": "#490909"
}
]
13 changes: 13 additions & 0 deletions frontend/static/themes/macroblank.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
:root {
--bg-color: #b2d2c8;
--main-color: #c13117;
--caret-color: #766f71;
--sub-color: #717977;
--sub-alt-color: #c6ddd3;
--text-color: #490909;
--error-color: #c13117;
--error-extra-color: #fff5f5;
--colorful-error-color: #fff5f5;
--colorful-error-extra-color: #ffe9c2;
}

0 comments on commit c292203

Please sign in to comment.