Skip to content

Commit

Permalink
impr(theme): update catppuccin (refact0r) (#5247)
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r authored Mar 25, 2024
1 parent a0403f7 commit 7c4435e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 12 deletions.
6 changes: 3 additions & 3 deletions frontend/static/themes/_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1024,9 +1024,9 @@
{
"name": "catppuccin",
"bgColor": "#1e1e2e",
"mainColor": "#abe9b3",
"subColor": "#575268",
"textColor": "#d9e0ee"
"mainColor": "#cba6f7",
"subColor": "#7f849c",
"textColor": "#cdd6f4"
},
{
"name": "snes",
Expand Down
46 changes: 37 additions & 9 deletions frontend/static/themes/catppuccin.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,40 @@
:root {
--bg-color: #1e1e2e;
--caret-color: #fae3b0;
--main-color: #abe9b3;
--sub-color: #575268;
--sub-alt-color: #292739;
--text-color: #d9e0ee;
--error-color: #f28fad;
--error-extra-color: #e8a2af;
--colorful-error-color: #f28fad;
--colorful-error-extra-color: #e8a2af;
--caret-color: #f2cdcd;
--main-color: #cba6f7;
--sub-color: #7f849c;
--sub-alt-color: #181825;
--text-color: #cdd6f4;
--error-color: #f38ba8;
--error-extra-color: #eba0ac;
--colorful-error-color: #f38ba8;
--colorful-error-extra-color: #eba0ac;
}

nav .view-start {
color: #f38ba8;
}

nav .view-leaderboards {
color: #fab387;
}

nav .view-about {
color: #f9e2af;
}

nav .view-settings {
color: #a6e3a1;
}

nav .view-account {
color: #89dceb;
}

nav .showAlerts {
color: #89b4fa;
}

nav .signInOut {
color: #b4befe;
}

0 comments on commit 7c4435e

Please sign in to comment.