aboutsummaryrefslogtreecommitdiff
path: root/keep/manual-programs/suckless/st-flexipatch
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-05-06 22:29:02 -0500
committericeyrazor <iceyrazor@mailfence.com>2026-05-06 22:29:02 -0500
commitfdc2ee1e43d2192314038bf74c9ccb36ff4b00da (patch)
treece1b1924bdbd71263c74b6a79d2e8eb38bf80af2 /keep/manual-programs/suckless/st-flexipatch
parented29d871a8b2473577e94bbc12308be04322f385 (diff)
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
Diffstat (limited to 'keep/manual-programs/suckless/st-flexipatch')
-rw-r--r--keep/manual-programs/suckless/st-flexipatch/config.def.h42
1 files changed, 22 insertions, 20 deletions
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 */
};