From 2b4f6d0bd300e4ce89fc119ea109719d7ae20e5c Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Tue, 17 Feb 2026 11:07:49 -0600 Subject: [PATCH] store: Claude-statusline model color options and selection --- ...odel-color-options-and-selection-708e31.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 graph/configurations/claude-statusline-model-color-options-and-selection-708e31.md diff --git a/graph/configurations/claude-statusline-model-color-options-and-selection-708e31.md b/graph/configurations/claude-statusline-model-color-options-and-selection-708e31.md new file mode 100644 index 00000000000..0abd355c4f9 --- /dev/null +++ b/graph/configurations/claude-statusline-model-color-options-and-selection-708e31.md @@ -0,0 +1,25 @@ +--- +id: 708e31b2-3fe6-40be-9a88-16aa2e14b307 +type: configuration +title: "Claude-statusline model color options and selection" +tags: [claude-code, statusline, colors, configuration] +importance: 0.6 +confidence: 0.8 +created: "2026-02-17T17:07:49.117487+00:00" +updated: "2026-02-17T17:07:49.117487+00:00" +--- + +Tested 5 model color options for claude-statusline status bar. Options researched via color theory (42-58% brightness sweet spot for secondary text on dark backgrounds): + +- 244: Neutral mid-gray (RGB 128,128,128, 50% brightness) - canonical secondary text +- 103: Cool blue-gray (RGB 135,135,175, 58% brightness) - harmonizes with existing blue/cyan +- 245: Slightly lighter gray (RGB 138,138,138, 54% brightness) - one step above 244 +- 66: Muted teal-gray (RGB 95,135,135, 48% brightness) - teal hint, ties into cyan family +- 243: Conservative gray (RGB 118,118,118, 46% brightness) - minimum viable presence + +Cal chose 66 (muted teal-gray) as the winner. + +Config: ~/.config/claude-statusline/config.json (minimal overrides only) +Script repo: ~/.claude/scripts/claude-statusline/ +Refresh: 150 (15 seconds) in ~/.claude/settings.json statusLine config +Color helper supports: dim, bold, reset, and 256-color codes (0-255)