updated blueberry colors a bit

This commit is contained in:
Miodec 2021-05-15 23:51:04 +01:00
parent 6091c4db6b
commit 8a7655bb99
3 changed files with 4 additions and 4 deletions

View file

@ -547,11 +547,11 @@
{
"name": "blueberry_light",
"bgColor": "#dae0f5",
"textColor": "#678198"
"textColor": "#df4576"
},
{
"name": "blueberry_dark",
"bgColor": "#212b42",
"textColor": "#91b4d5"
"textColor": "#df4576"
}
]

View file

@ -1,7 +1,7 @@
:root {
--bg-color: #212b42;
--main-color: #add7ff;
--caret-color: #11d964;
--caret-color: #962f7e;
--sub-color: #5c7da5;
--text-color: #91b4d5;
--error-color: #df4576;

View file

@ -1,7 +1,7 @@
:root {
--bg-color: #dae0f5;
--main-color: #506477;
--caret-color: #06bd80;
--caret-color: #df4576;
--sub-color: #92a4be;
--text-color: #678198;
--error-color: #df4576;