diff --git a/static/themes/_list.json b/static/themes/_list.json index 6aa7407fc..a060c08c7 100644 --- a/static/themes/_list.json +++ b/static/themes/_list.json @@ -719,4 +719,9 @@ "bgColor": "#dadbdc", "mainColor": "#3846b1" } + ,{ + "name": "catppuccin", + "bgColor": "#1e1e2e", + "mainColor": "#abe9b3" + } ] diff --git a/static/themes/catppuccin.css b/static/themes/catppuccin.css new file mode 100644 index 000000000..5ceb257f3 --- /dev/null +++ b/static/themes/catppuccin.css @@ -0,0 +1,11 @@ +:root { + --bg-color: #1e1e2e; + --caret-color: #fae3b0; + --main-color: #abe9b3; + --sub-color: #575268; + --text-color: #d9e0ee; + --error-color: #f28fad; + --error-extra-color: #e8a2af; + --colorful-error-color: #f28fad; + --colorful-error-extra-color: #e8a2af; + }