Revert "change colors for light theme"

This reverts commit 042af42400.
This commit is contained in:
ant 2025-11-30 15:17:14 +01:00
parent 33209c6746
commit b5498bad11

View file

@ -162,7 +162,7 @@ unsigned int tabspaces = 8;
#if ALPHA_PATCH #if ALPHA_PATCH
/* bg opacity */ /* bg opacity */
float alpha = 0.9; float alpha = 0.8;
#if ALPHA_GRADIENT_PATCH #if ALPHA_GRADIENT_PATCH
float grad_alpha = 0.54; //alpha value that'll change float grad_alpha = 0.54; //alpha value that'll change
float stat_alpha = 0.46; //constant alpha value that'll get added to grad_alpha float stat_alpha = 0.46; //constant alpha value that'll get added to grad_alpha
@ -183,28 +183,28 @@ char *xdndescchar = " !\"#$&'()*;<>?[\\]^`{|}~";
/* Terminal colors (16 first used in escape sequence) */ /* Terminal colors (16 first used in escape sequence) */
static char *colorname[] = { static char *colorname[] = {
"#000000", "#011627", /* hard contrast: #1d2021 / soft contrast: #32302f */
"#ff3333", "#d3423e",
"#86b200", "#2aa298",
"#f19618", "#daaa01",
"#41a6d9", "#4876d6",
"#f07078", "#403f53",
"#4cbe99", "#08916a",
"#ffffff", "#7a8181",
"#323232", "#7a8181",
"#ff6565", "#f76e6e",
"#b8e532", "#49d0c5",
"#ffc849", "#dac26b",
"#73d7ff", "#5ca7e4",
"#ffa3aa", "#697098",
"#7ff0cb", "#00c990",
"#ffffff", "#989fb1",
[255] = 0, [255] = 0,
/* more colors can be added after 255 to use with DefaultXX */ /* more colors can be added after 255 to use with DefaultXX */
"#403f53", /* 256 -> cursor */ "#403f53", /* 256 -> cursor */
"#f0ede4", /* 257 -> rev cursor*/ "#f2f2f2", /* 257 -> rev cursor*/
"#fafafa", /* 258 -> bg */ "#ffffff", /* 258 -> bg */
"#5b6673", /* 259 -> fg */ "#403f53", /* 259 -> fg */
}; };
#if DARKMAN_PATCH #if DARKMAN_PATCH