jebcolors
Version:
npm module that contains colors, gradients and a class used to modify the colors or gradients
29 lines (28 loc) • 682 B
TypeScript
export declare const languageMainColors: {
cBlue: string;
cDarkBlue: string;
cLightBlue: string;
cppBlue: string;
cppDarkBlue: string;
cppLightBlue: string;
csPurple: string;
csDarkPurple: string;
csLightPurple: string;
javaRed: string;
javaBlue: string;
javaOrange: string;
htmlOrange: string;
htmlDarkOrange: string;
cssBlue: string;
cssDarkBlue: string;
jsYellow: string;
phpLavender: string;
pyBlue: string;
pyYellow: string;
nodeGreen: string;
reactBlue: string;
vueGreen: string;
angularRed: string;
azureBlue: string;
svelteOrange: string;
};