Added drowning theme

This commit is contained in:
Dan Hogan 2020-10-21 15:44:16 -04:00
parent 1d14431e4d
commit 6ed321b44a
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,11 @@
:root {
--bg-color: #191826;
--main-color: #4a6fb5;
--caret-color: #4f85e8;
--sub-color: #50688c;
--text-color: #9393a7;
--error-color: #be555f;
--error-extra-color: #7e2a33;
--colorful-error-color: #be555f;
--colorful-error-extra-color: #7e2a33;
}

View file

@ -408,5 +408,10 @@
"name": "fundamentals",
"bgColor": "#727474",
"textColor": "#196378"
},
{
"name": "drowning",
"bgColor": "#191826",
"textColor": "#4a6fb5"
}
]