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; }