increased matrix theme contrast

This commit is contained in:
Miodec 2023-05-23 11:51:18 +02:00
parent c3b97169b2
commit 374676ad2e
2 changed files with 3 additions and 3 deletions

View file

@ -339,7 +339,7 @@
"name": "matrix",
"bgColor": "#000000",
"mainColor": "#15ff00",
"subColor": "#003b00",
"subColor": "#006500",
"textColor": "#d1ffcd"
},
{

View file

@ -2,8 +2,8 @@
--bg-color: #000000;
--main-color: #15ff00;
--caret-color: #15ff00;
--sub-color: #003b00;
--sub-alt-color: #021500;
--sub-color: #006500;
--sub-alt-color: #032000;
--text-color: #d1ffcd;
--error-color: #da3333;
--error-extra-color: #791717;