added hanok theme

This commit is contained in:
Miodec 2021-11-05 20:26:55 +00:00
parent 6f77cb1b6d
commit 33823cfa30
2 changed files with 16 additions and 0 deletions

View file

@ -608,5 +608,10 @@
"name" : "chaos_theory",
"bgColor" : "#141221",
"textColor":"#fd77d7"
},
{
"name" : "hanok",
"bgColor" : "#d8d2c3",
"textColor":"#513a2a"
}
]

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

@ -0,0 +1,11 @@
:root {
--bg-color: #d8d2c3;
--main-color: #513a2a;
--caret-color: #513a2a;
--sub-color: #513a2a;
--text-color: #393b3b;
--error-color: #ca4754;
--error-extra-color: #7e2a33;
--colorful-error-color: #ca4754;
--colorful-error-extra-color: #7e2a33;
}