added superuser

This commit is contained in:
corey 2020-08-28 11:43:30 -04:00
parent 44f97844e7
commit fb845beef5
2 changed files with 16 additions and 0 deletions

View file

@ -353,5 +353,10 @@
"name": "alpine",
"bgColor": "#6c687f",
"textColor": "#ffffff"
},
{
"name": "superuser",
"bgColor": "#262A33",
"textColor": "#43FFAF"
}
]

View file

@ -0,0 +1,11 @@
:root {
--bg-color: #262A33;
--main-color: #43FFAF;
--caret-color: #43FFAF;
--sub-color: #526777;
--text-color: #E5F7EF;
--error-color: #ff5f5f;
--error-extra-color: #d22a2a;
--colorful-error-color: #ff5f5f;
--colorful-error-extra-color: #d22a2a;
}