From 43abd4b1289f93d90fe257e458516dcd9ba0e0b9 Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 23 Jun 2020 18:58:49 +0100 Subject: [PATCH] changed pulse colors --- public/themes/list.json | 2 +- public/themes/pulse.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;