From fdc2ee1e43d2192314038bf74c9ccb36ff4b00da Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 6 May 2026 22:29:02 -0500 Subject: Squashed commit of the following: switched to picom in autostart, disabled atuin tmux color change changed dmount to /mnts/flash changed mount dir removed .keepass changed i3 bar tray and status line fixed second mon bar i3 i3 color change ignore addition st color changes wezterm font change pcall vis config changes --- .../suckless/st-flexipatch/config.def.h | 42 +++++++++++----------- 1 file changed, 22 insertions(+), 20 deletions(-) (limited to 'keep') diff --git a/keep/manual-programs/suckless/st-flexipatch/config.def.h b/keep/manual-programs/suckless/st-flexipatch/config.def.h index 2a9debc..8040b5f 100644 --- a/keep/manual-programs/suckless/st-flexipatch/config.def.h +++ b/keep/manual-programs/suckless/st-flexipatch/config.def.h @@ -187,34 +187,36 @@ char *xdndescchar = " !\"#$&'()*;<>?[\\]^`{|}~"; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */ - "#1e1e2e", - "#f38ba8", - "#a6e3a1", - "#f9e2af", - "#89b4fa", - "#f5c2e7", - "#94e2d5", - "#cdd6f4", + "#15161e", + "#f7768e", + "#9ece6a", + "#e0af68", + "#7aa2f7", + "#bb9af7", + "#7dcfff", + "#a9b1d6", + /* 8 bright colors */ - "#45475a", - "#f38ba8", - "#a6e3a1", - "#f9e2af", - "#89b4fa", - "#f5c2e7", - "#94e2d5", - "#ffffff", + "#414868", + "#f7768e", + "#9ece6a", + "#e0af68", + "#7aa2f7", + "#bb9af7", + "#7dcfff", + "#c0caf5", + [255] = 0, /* more colors can be added after 255 to use with DefaultXX */ - "#f5e0dc", - "#08000a", - "#1e1e2e", /* default background colour */ - "#cdd6f4", /* default foreground colour */ + "#c0caf5", + "#28344a", + "#1a1b26", /* default background colour */ + "#c0caf5", /* default foreground colour */ }; -- cgit v1.3