diff --git a/public/themes/list.json b/public/themes/list.json index 52a4d1e0f..b168ce290 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -193,5 +193,10 @@ "name": "pulse", "bgColor": "#181818", "textColor": "#17b8bd" + }, + { + "name": "terminal", + "bgColor": "#000000", + "textColor": "#15ff00" } ] diff --git a/public/themes/matrix.css b/public/themes/matrix.css new file mode 100644 index 000000000..b6f064bc6 --- /dev/null +++ b/public/themes/matrix.css @@ -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; +} \ No newline at end of file