heatmap 迁移

This commit is contained in:
lutinglt
2025-07-06 00:27:10 +08:00
parent 7fe76d6444
commit 98446a9bb3
7 changed files with 130 additions and 51 deletions

View File

@@ -119,6 +119,21 @@ const github: GithubColor = {
bgColor: "#21283066",
},
},
contribution: {
default: {
bgColor: {
num0: "#151b23",
num1: "#033a16",
num2: "#196c2e",
num3: "#2ea043",
num4: "#56d364",
num5: "#7ee787",
},
borderColor: {
num0: "#0104090d",
},
},
},
};
export default defineGithubTheme(github);