This commit is contained in:
Miodec 2022-02-05 19:48:09 +01:00
commit 0a3741b432
2 changed files with 16 additions and 0 deletions

View file

@ -719,4 +719,9 @@
"bgColor": "#dadbdc",
"mainColor": "#3846b1"
}
,{
"name": "catppuccin",
"bgColor": "#1e1e2e",
"mainColor": "#abe9b3"
}
]

View file

@ -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;
}