From 836a56418f932086e4221cb6c5e6a56f1c0dfecf Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Fri, 22 May 2026 15:07:30 +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