From 076c9f4d96fa37ba1fa49dfa787940779beda063 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Fri, 31 Jan 2025 00:09:46 +0200 Subject: [PATCH] style(next): tweak the colors of the dark theme --- src/public/stylesheets/theme-next-dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/stylesheets/theme-next-dark.css b/src/public/stylesheets/theme-next-dark.css index 4b08dfe13..b90dccd8e 100644 --- a/src/public/stylesheets/theme-next-dark.css +++ b/src/public/stylesheets/theme-next-dark.css @@ -8,7 +8,7 @@ --theme-style: dark; --native-titlebar-background: #00000000; - --main-background-color: #333; + --main-background-color: #272727; --main-text-color: #ccc; --main-border-color: #454545; --subtle-border-color: #313131; @@ -38,7 +38,7 @@ --muted-text-color: #bbb; --input-background-color: #ffffff12; - --input-text-color: #ffffff52; + --input-text-color: #ffffffc7; --input-placeholder-color: #b7b7b782; --input-selection-background: gray; --input-selection-text-color: white;