Merge branch 'master' into pastel

This commit is contained in:
alegottu 2020-10-09 02:09:39 -07:00
commit 47001198af
2 changed files with 16 additions and 0 deletions

View file

@ -388,5 +388,10 @@
"name": "nebula",
"bgColor": "#212135",
"textColor": "#be3c88"
},
{
"name": "pastel",
"bgColor": "#ffd1dc",
"textColor": "#b39eb5"
}
]

11
public/themes/pastel.css Normal file
View file

@ -0,0 +1,11 @@
:root {
--bg-color: #ffd1dc;
--main-color: #f4f1d6;
--caret-color: #f4f1d6;
--sub-color: #ace7ff;
--text-color: #b39eb5;
--error-color: #ff6961;
--error-extra-color: #c23b22;
--colorful-error-color: #ff6961;
--colorful-error-extra-color: #c23b22;
}