jebcolors
Version:
npm module that contains colors, gradients and a class used to modify the colors or gradients
19 lines (18 loc) • 365 B
TypeScript
export declare const consoleMainColors: {
white: string;
silver: string;
gray: string;
black: string;
red: string;
maroon: string;
yellow: string;
olive: string;
lime: string;
green: string;
aqua: string;
teal: string;
blue: string;
navy: string;
fuchsia: string;
purple: string;
};