Merge pull request #324 from corey-b/master

added superuser
This commit is contained in:
Jack 2020-08-28 19:31:04 +01:00 committed by GitHub
commit 5b13c0cfc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}