From e29fe840780451513f2b0ba7616fb2a67ab733dc Mon Sep 17 00:00:00 2001 From: Hukasx0 Date: Sun, 30 Apr 2023 21:31:40 +0200 Subject: [PATCH] Colors have been slightly modified --- static/css/tokyo_night.css | 4 ++-- static/css/ubuntu.css | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/static/css/tokyo_night.css b/static/css/tokyo_night.css index ccafda7..bd97a92 100644 --- a/static/css/tokyo_night.css +++ b/static/css/tokyo_night.css @@ -8,8 +8,8 @@ --button-bg: #343b58; --special-result-border: border 0; - --special-text-background: #1b1b18; - --special-text-color: #f2efd3; + --special-text-background: #1a1b26; + --special-text-color: #c0caf5; --search-container-text-color: #f2efd3; --search-container-background-color: #565f89; diff --git a/static/css/ubuntu.css b/static/css/ubuntu.css index cd96da5..19b5147 100644 --- a/static/css/ubuntu.css +++ b/static/css/ubuntu.css @@ -8,8 +8,8 @@ --button-bg: #5E2750; --special-result-border: border 0; - --special-text-background: #1b1b18; - --special-text-color: #f2efd3; + --special-text-background: #333333; + --special-text-color: #FFFFFF; --search-container-text-color: #f2efd3; --search-container-background-color: #77216F; @@ -21,4 +21,6 @@ --footer-fg: #f2efd3; --footer-bg: #5E2750; + + color-scheme: dark; }