-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
自定主题设置移动到 weasel.custom.yaml, squirrel.custom.yaml
- Loading branch information
1 parent
8f0a19c
commit 4d17030
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
patch: | ||
style/color_scheme: CatLight # 此处可修改主题,比如wechat_light | ||
style/color_scheme_dark: CatDark # 此处可修改暗黑模式主题,比如wechat_dark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
patch: | ||
style/color_scheme: CatLight # 此处可修改主题,比如wechat_light | ||
style/color_scheme_dark: CatDark # 此处可修改暗黑模式主题,比如wechat_dark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters