Skip to content

Commit a7a62e6

Browse files
committed
feat(color): add predefinedColorMap
1 parent 95e406a commit a7a62e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/helpers/color.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ function getHsla(hue: number, opacity: number | string = 1): string {
55
const predefinedColorMap: Readonly<Record<string, string>> = {
66
"@octokit": "#ffffff",
77
"@types/": "#0086e0",
8+
"cspell": "#e67a64",
89
"esbuild": "#ffcf00",
910
"eslint": "#b7b7ff",
1011
"neostandard": "#b7b7ff",
@@ -13,7 +14,9 @@ const predefinedColorMap: Readonly<Record<string, string>> = {
1314
"scss": "#cc6699",
1415
"stylelint": "#d0d5dd",
1516
"svelte": "#ff3e00",
17+
"ts-custom-error": "#0086e0",
1618
"tsconfig": "#0086e0",
19+
"tsdown": "#0086e0",
1720
"tslib": "#0086e0",
1821
"tsx": "#0086e0",
1922
"type-fest": "#0086e0",

0 commit comments

Comments
 (0)