added striker

This commit is contained in:
Jack 2020-06-03 01:45:31 +01:00
parent b973f9684f
commit 272bbdb757
2 changed files with 14 additions and 0 deletions

View file

@ -148,5 +148,10 @@
"name": "terminal",
"bgColor": "#1b1c1d",
"textColor": "#79a617"
},
{
"name": "striker",
"bgColor": "#124883",
"textColor": "#d6dbd9"
}
]

View file

@ -0,0 +1,9 @@
:root {
--bg-color: #124883;
--main-color: #d7dcda;
--caret-color: #d7dcda;
--sub-color: #0f2d4e;
--text-color: #d6dbd9;
--error-color: #fb4934;
--extra-error-color: #cc241d;
}