1 Star 0 Fork 17

liubuguiii/src-kiran-cc-daemon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0008-fix-appearance-Change-the-light-theme-name-to-Kiran-.patch 960 Bytes
一键复制 编辑 原始数据 按行查看 历史
meizhigang 提交于 2024-04-01 11:03 . fix(*):Fix some bugs with patch
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liubuguiii/src-kiran-cc-daemon.git
git@gitee.com:liubuguiii/src-kiran-cc-daemon.git
liubuguiii
src-kiran-cc-daemon
src-kiran-cc-daemon
master

搜索帮助