mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-26 21:20:31 +00:00
issue 迁移
This commit is contained in:
@@ -274,6 +274,7 @@ export function defineGithubTheme(githubColor: GithubColor): Theme {
|
||||
bgColor: {
|
||||
accent: {
|
||||
emphasis: githubColor.bgColor.accent.emphasis,
|
||||
muted: githubColor.bgColor.accent.muted,
|
||||
},
|
||||
success: {
|
||||
emphasis: githubColor.bgColor.success.emphasis,
|
||||
|
||||
@@ -3,6 +3,7 @@ export const github = {
|
||||
fgColor: {
|
||||
/** 强调色
|
||||
* @actions `actionViewRight` 右侧日志标题颜色
|
||||
* @issue `prBranch` 分支名称文本颜色
|
||||
*/
|
||||
accent: null,
|
||||
/** 默认的文本颜色
|
||||
@@ -32,6 +33,10 @@ export const github = {
|
||||
* @actions `actionViewLeft` 左侧子作业激活伪元素颜色
|
||||
*/
|
||||
emphasis: null,
|
||||
/** 暗淡的背景颜色
|
||||
* @issue `prBranch` 分支名称背景颜色
|
||||
*/
|
||||
muted: null,
|
||||
},
|
||||
success: {
|
||||
/** 成功的背景颜色
|
||||
@@ -50,6 +55,7 @@ export const github = {
|
||||
accent: {
|
||||
/** 强调色
|
||||
* @input `input` 输入框被选中时的边框颜色
|
||||
* @issue `comment` 评论框被选中时的边框颜色
|
||||
*/
|
||||
emphasis: null,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user