dotfiles

[void/arch] linux dotfiles
git clone git://git.mdnr.space/dotfiles
Log | Files | Refs

commit b96dfde4b1e2d67345055d4b8115660ffb4ed4e5
parent f9d5085b304d2ea512468fb6db1901f10c8dde07
Author: mehdi-norouzi <mehdeenoroozi@gmail.com>
Date:   Sun, 17 Nov 2024 15:47:06 +0330

st: change background color

Diffstat:
Msuckless/.local/src/st/config.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/suckless/.local/src/st/config.h b/suckless/.local/src/st/config.h @@ -134,7 +134,8 @@ static const char *colorname[] = { "#add8e6", /* 256 -> cursor */ "#555555", /* 257 -> rev cursor*/ // "#040404", /* 258 -> bg */ - "#151919", /* 258 -> bg */ + // "#151919", /* 258 -> bg */ + "#212c2e", /* 258 -> bg */ "#ebdbb2", /* 259 -> fg */ };