added copper theme. thanks fatboycarney

This commit is contained in:
Miodec 2021-02-05 21:30:39 +00:00
parent 64137e5caa
commit 978d944897
2 changed files with 17 additions and 1 deletions

View file

@ -503,5 +503,10 @@
"name": "rose_pine_dawn",
"bgColor": "#fffaf3",
"textColor": "#575279"
}
},
{
"name": "copper",
"bgColor": "#442f29",
"textColor": "#e7e0de"
}
]

11
static/themes/copper.css Normal file
View file

@ -0,0 +1,11 @@
:root {
--bg-color: #442f29;
--main-color: #b46a55;
--caret-color: #c25c42;
--sub-color: #7ebab5;
--text-color: #e7e0de;
--error-color: #a32424;
--error-extra-color: #ec0909;
--colorful-error-color: #a32424;
--colorful-error-extra-color: #ec0909;
}