mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-27 05:31:04 +00:00
dashboard 和 label 迁移
This commit is contained in:
@@ -62,6 +62,15 @@ const github: GithubColor = {
|
||||
emphasis: "#1f6feb",
|
||||
},
|
||||
default: "#3d444d",
|
||||
attention: {
|
||||
emphasis: "#9e6a03",
|
||||
},
|
||||
success: {
|
||||
emphasis: "#238636",
|
||||
},
|
||||
done: {
|
||||
emphasis: "#8957e5",
|
||||
},
|
||||
muted: "#3d444db3",
|
||||
translucent: "#ffffff26",
|
||||
},
|
||||
@@ -105,9 +114,9 @@ const github: GithubColor = {
|
||||
},
|
||||
overlay: {
|
||||
backdrop: {
|
||||
bgColor: "#21283066"
|
||||
}
|
||||
}
|
||||
bgColor: "#21283066",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default defineGithubTheme(github);
|
||||
|
||||
Reference in New Issue
Block a user