Browse Source

Colors have been slightly modified

Hukasx0 1 year ago
parent
commit
e29fe84078
2 changed files with 6 additions and 4 deletions
  1. 2 2
      static/css/tokyo_night.css
  2. 4 2
      static/css/ubuntu.css

+ 2 - 2
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;

+ 4 - 2
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;
 }