We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e406a commit a7a62e6Copy full SHA for a7a62e6
src/helpers/color.ts
@@ -5,6 +5,7 @@ function getHsla(hue: number, opacity: number | string = 1): string {
5
const predefinedColorMap: Readonly<Record<string, string>> = {
6
"@octokit": "#ffffff",
7
"@types/": "#0086e0",
8
+ "cspell": "#e67a64",
9
"esbuild": "#ffcf00",
10
"eslint": "#b7b7ff",
11
"neostandard": "#b7b7ff",
@@ -13,7 +14,9 @@ const predefinedColorMap: Readonly<Record<string, string>> = {
13
14
"scss": "#cc6699",
15
"stylelint": "#d0d5dd",
16
"svelte": "#ff3e00",
17
+ "ts-custom-error": "#0086e0",
18
"tsconfig": "#0086e0",
19
+ "tsdown": "#0086e0",
20
"tslib": "#0086e0",
21
"tsx": "#0086e0",
22
"type-fest": "#0086e0",
0 commit comments