33 lines
960 B
Diff
33 lines
960 B
Diff
From 082be19f9d8b365d2c0b168011f07da5a0f26e40 Mon Sep 17 00:00:00 2001
|
|
From: meizhigang <meizhigang@kylinsec.com.cn>
|
|
Date: Thu, 7 Mar 2024 12:06:47 +0800
|
|
Subject: [PATCH 1/4] fix(appearance):Change the light theme name to
|
|
Kiran-white
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
- 将浅色主题名修改为Kiran-white
|
|
|
|
Related #24747
|
|
---
|
|
include/appearance-i.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/include/appearance-i.h b/include/appearance-i.h
|
|
index 7076367..dda6e7e 100644
|
|
--- a/include/appearance-i.h
|
|
+++ b/include/appearance-i.h
|
|
@@ -24,7 +24,7 @@ extern "C"
|
|
#define APPEARANCE_DBUS_INTERFACE_NAME "com.kylinsec.Kiran.SessionDaemon.Appearance"
|
|
|
|
// 默认浅色主题
|
|
-#define APPEARANCE_DEFAULT_LIGHT_GTK_THEME "Kiran"
|
|
+#define APPEARANCE_DEFAULT_LIGHT_GTK_THEME "Kiran-white"
|
|
// 默认深色主题
|
|
#define APPEARANCE_DEFAULT_DARK_GTK_THEME "Kiran-dark"
|
|
|
|
--
|
|
2.27.0
|
|
|