Added Catppuccin theme (#2410) by tsjazil

* Create catppuccin.css

* Update catppuccin.css

* Added catppuccin theme to _list.json

* Update _list.json
This commit is contained in:
Jazil T S 2022-02-05 16:24:03 +05:30 committed by GitHub
parent c6be55e4cc
commit c99c227a5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}