Merge pull request #435 from thuanpham2311/master

add "paperColor" theme
This commit is contained in:
Jack 2020-10-18 18:43:48 +01:00 committed by GitHub
commit 1dea73c3e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}