From 94d5b8e3274941dba2c37dc663a7f3c31edbd217 Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Wed, 29 Dec 2021 13:22:48 -0600 Subject: [PATCH] Optional disable high contrast mode --- chat/SettingsView.vue | 12 +++++++++++- chat/common.ts | 1 + chat/interfaces.ts | 1 + electron/Index.vue | 3 ++- scss/themes/chat/dark.scss | 4 ++++ scss/themes/chat/default.scss | 5 +++++ scss/themes/chat/light.scss | 4 ++++ 7 files changed, 28 insertions(+), 2 deletions(-) diff --git a/chat/SettingsView.vue b/chat/SettingsView.vue index 953410f..f18d34d 100644 --- a/chat/SettingsView.vue +++ b/chat/SettingsView.vue @@ -199,6 +199,13 @@ +
+ +
+