From bbf6d337c9641c0d1bf2c57f05310e59c104990b Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 29 May 2026 15:04:43 +0800
Subject: [PATCH] 1

---
 src/assets/init.scss |   22 ++++++++++++++--------
 1 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/src/assets/init.scss b/src/assets/init.scss
index 848d9ca..14c6752 100644
--- a/src/assets/init.scss
+++ b/src/assets/init.scss
@@ -38,7 +38,7 @@
   }
 
   input::-webkit-input-placeholder {
-    color: #C0C4CC;
+    color: #999999;
   }
 
   .doTouch {
@@ -56,8 +56,8 @@
   $border-grey: #E5E7ED;
   $blue: #1194F7;
   $light-blue: #1199FA;
-  $red: #F43368;
-  $green: #06CDA5;
+  $red: #f4374b;
+  $green: #06c16a;
   $purple: #9A4DFD;
   $night: #131a2e;
   // overwrite vant
@@ -75,7 +75,7 @@
   }
 
   :root {
-    --theme-color: #1194F7;
+    --theme-color: #1a1a1a;
   }
 
   /***************** global use framework *****************/
@@ -305,16 +305,22 @@
   }
 
   .bg-black {
-    background: #131a2e;
+    @include themify() {
+      background: themed("main_background");
+    }
   }
 
   .bg-night {
-    background: #131a2e;
-    color: #fff;
+    @include themify() {
+      background: themed("tab_background");
+      color: themed("text_color");
+    }
   }
 
   .bg-night1 {
-    background: #000;
+    @include themify() {
+      background: themed("tab_background");
+    }
   }
 
   .bg-grey {

--
Gitblit v1.9.3