added matrix

This commit is contained in:
Jack 2020-06-23 18:58:30 +01:00
parent 725c1a97f2
commit 4c8300469a
2 changed files with 16 additions and 0 deletions

View file

@ -193,5 +193,10 @@
"name": "pulse",
"bgColor": "#181818",
"textColor": "#17b8bd"
},
{
"name": "terminal",
"bgColor": "#000000",
"textColor": "#15ff00"
}
]

11
public/themes/matrix.css Normal file
View file

@ -0,0 +1,11 @@
:root {
--bg-color: #000000;
--main-color: #15ff00;
--caret-color: #15ff00;
--sub-color: #032700;
--text-color: #adffa7;
--error-color: #da3333;
--error-extra-color: #791717;
--extra-error-color: #da3333;
--extra-error-extra-color: #791717;
}