From 647758f97b2e427b11419c46dcb8dd7964f87ddb Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Tue, 13 Apr 2021 14:09:44 +0100 Subject: Stocked Out st --- colors.h | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 colors.h (limited to 'colors.h') diff --git a/colors.h b/colors.h deleted file mode 100644 index 7a966a6..0000000 --- a/colors.h +++ /dev/null @@ -1,39 +0,0 @@ -/* Terminal colors (16 first used in escape sequence) */ -static const char *colorname[] = { - /* 8 normal colors */ - "black", - "red3", - "green3", - "yellow3", - "blue2", - "magenta3", - "cyan3", - "gray90", - - /* 8 bright colors */ - "gray50", - "red", - "green", - "yellow", - "#5c5cff", - "magenta", - "cyan", - "white", - - [255] = 0, - - /* more colors can be added after 255 to use with DefaultXX */ - "#cccccc", - "#555555", - "black", -}; - - -/* - * Default colors (colorname index) - * foreground, background, cursor, reverse cursor - */ -unsigned int defaultfg = 7; -unsigned int defaultbg = 258; -static unsigned int defaultcs = 256; -static unsigned int defaultrcs = 257; -- cgit v1.2.3