Create muted.css

created a muted color scheme  / theme based on the GMK muted keycap set
This commit is contained in:
Finn Lestrange 2021-04-06 12:08:12 +01:00 committed by GitHub
parent 566fc527a3
commit 862041b29c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
static/themes/muted.css Normal file
View file

@ -0,0 +1,8 @@
:root {
--bg-color: #1b13b3;
--main-color: #C5B4E3;
--caret-color: #B1E4E3;
--sub-color: #939eae;
--text-color: #D9D9D6;
--error-color: #EDC1CD;
}