added gmk olive

This commit is contained in:
Jack 2020-06-24 21:24:16 +01:00
parent 20a73cafb0
commit 2e07078810
2 changed files with 16 additions and 0 deletions

View file

@ -198,5 +198,10 @@
"name": "matrix",
"bgColor": "#000000",
"textColor": "#15ff00"
},
{
"name": "olive",
"bgColor": "#e9e5cc",
"textColor": "#92946f"
}
]

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

@ -0,0 +1,11 @@
:root {
--bg-color: #e9e5cc;
--caret-color: #92946f;
--main-color: #92946f;
--sub-color: #b7b39e;
--text-color: #373731;
--error-color: #cf2f2f;
--error-extra-color: #a22929;
--extra-error-color: #cf2f2f;
--extra-error-extra-color: #a22929;
}