From 0dcf347c3fbc6e4ffb7e46294f5dd92dbbcd98ef Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 8 Sep 2025 10:05:04 +0300 Subject: tmux: improve white-on-purple legibility; bump version to v0.9.0 --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 1be6238..32ce84f 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,9 @@ Hexai can surface live progress in tmux's status line via a user option. Add thi set -g status-right '#{@hexai_status} #[fg=colour8]| %H:%M' ``` +- Note: `colour8` is typically “bright black” (a dim grey) in many themes. + If it’s low-contrast on your background, change it (e.g., `colour7` or `white`). + - CLI updates `@hexai_status` at start (⏳ provider:model) and on completion with compact stats (↑sent, ↓recv, rpm, reqs). - LSP emits an initial heartbeat on client initialize and periodic compact stats (provider, model, rpm, reqs, bytes). - The TUI action runner sets a ready heartbeat and a completion heartbeat with stats. -- cgit v1.2.3