From a83d5aad711fb3e9f6a0515456699d5406db12e1 Mon Sep 17 00:00:00 2001 From: cannoli-fruit Date: Sun, 19 Jul 2026 02:37:29 -0400 Subject: [PATCH] Change the colors again lol --- config.def.h | 46 ++++++++++++++++++++++------------------------ 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/config.def.h b/config.def.h index 04427ad..59dafba 100644 --- a/config.def.h +++ b/config.def.h @@ -104,32 +104,30 @@ unsigned int tabspaces = 4; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */ - "#010101", // Black - "#aa0000", // Red - "#55ff55", // Green - "#ffff55", // Yellow - "#5555ff", // Blue - "#aa00aa", // Magenta - "#55ffff", // Cyan - "#7a7a7a", // Gray + "#080808", // Black + "#A53C23", // Red + "#7B9246", // Green + "#D3A04D", // Yellow + "#6C99BB", // Blue + "#9F4E85", // Magenta + "#7DD6CF", // Cyan + "#D0D0D0", // Gray /* 8 bright colors */ - "#010101", // Black - "#aa0000", // Red - "#55ff55", // Green - "#ffff55", // Yellow - "#5555ff", // Blue - "#aa00aa", // Magenta - "#55ffff", // Cyan - "#7a7a7a", // Gray + "#080808", // Black + "#A53C23", // Red + "#7B9246", // Green + "#D3A04D", // Yellow + "#6C99BB", // Blue + "#9F4E85", // Magenta + "#7DD6CF", // Cyan + "#D0D0D0", // Gray [255] = 0, /* more colors can be added after 255 to use with DefaultXX */ - "#cccccc", - "#555555", - "#aa00aa", /* default foreground colour */ - "#010101", /* default background colour */ + "#D0D0D0", /* default foreground colour */ + "#080808", /* default background colour */ }; @@ -137,10 +135,10 @@ static const char *colorname[] = { * Default colors (colorname index) * foreground, background, cursor, reverse cursor */ -unsigned int defaultfg = 258; -unsigned int defaultbg = 259; -unsigned int defaultcs = 256; -static unsigned int defaultrcs = 257; +unsigned int defaultfg = 256; +unsigned int defaultbg = 257; +unsigned int defaultcs = 254; +static unsigned int defaultrcs = 255; /* * Default shape of cursor