mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-26 21:20:31 +00:00
VSCode 和 VSCodium 图标添加颜色
This commit is contained in:
@@ -8,9 +8,17 @@ export const listHeader = css`
|
||||
}
|
||||
`;
|
||||
|
||||
// 已标星的图标
|
||||
export const star = css`
|
||||
export const svg = css`
|
||||
// 已标星的图标
|
||||
.octicon-star-fill {
|
||||
color: ${themeVars.github.button.star.iconColor} !important;
|
||||
}
|
||||
// VSCode 图标
|
||||
.gitea-vscode {
|
||||
color: #007acc !important;
|
||||
}
|
||||
// VSCodium 图标
|
||||
.gitea-vscodium {
|
||||
color: #429cf0 !important;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user