-
-
Couldn't load subscription status.
- Fork 72
feat: add dark theme #479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
feat: add dark theme #479
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
43f9e58
feat: add dark theme
0c116cd
refactor: replace github icon in top bar
f86f5c4
fix: json editor dark theme
d3478bf
Merge branch 'dev' into pr/479
MakinoharaShoko 1a35e48
fix: 修复主题ID类型问题,移除不必要的类型忽略注释
MakinoharaShoko 4a111bc
Merge branch 'dev' into pr/479
MakinoharaShoko f1b2e74
不知为何加上 id 会导致切换主题后代码编辑器颜色模式不生效
MakinoharaShoko 8ccb43c
Merge branch 'dev' into pr/479
MakinoharaShoko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -99,7 +99,7 @@ | |
| ] | ||
| }, | ||
| "3": { | ||
| "name": "markup.quote" | ||
| "name": "variable.other.webgal" | ||
| } | ||
| } | ||
| } | ||
|
|
||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个文件中部分新增的 JSON 对象块(例如第 24 行和第 59 行)的缩进使用了制表符(Tab),而文件中的其他部分使用的是空格。为了保持代码风格的一致性,建议将文件中的制表符全部替换为空格。