add "paperColor" theme

This commit is contained in:
thuan 2020-10-18 11:15:22 +07:00
parent a8ad457aaf
commit f4ec5afa3e
2 changed files with 16 additions and 0 deletions

View file

@ -403,5 +403,10 @@
"name": "alduin",
"bgColor": "#1c1c1c",
"textColor": "#dfd7af"
},
{
"name": "paperColor",
"bgColor": "#eeeeee",
"textColor": "#444444"
}
]

View file

@ -0,0 +1,11 @@
:root {
--bg-color: #eeeeee;
--main-color: #444444;
--caret-color: #444444;
--sub-color: #b2b2b2;
--text-color: #444444;
--error-color: #d70000;
--error-extra-color: #d70000;
--colorful-error-color: #d70000;
--colorful-error-extra-color: #d70000;
}