diff --git a/public/themes/list.json b/public/themes/list.json index b168ce290..f98a7d33a 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -195,7 +195,7 @@ "textColor": "#17b8bd" }, { - "name": "terminal", + "name": "matrix", "bgColor": "#000000", "textColor": "#15ff00" } diff --git a/public/themes/pulse.css b/public/themes/pulse.css index 573673d16..9aec041e5 100644 --- a/public/themes/pulse.css +++ b/public/themes/pulse.css @@ -3,7 +3,7 @@ --main-color: #17b8bd; --caret-color: #17b8bd; --sub-color: #484848; - --text-color: #17b8bd; + --text-color: #e5f4f4; --error-color: #da3333; --error-extra-color: #791717; --extra-error-color: #da3333;