store: Claude-statusline model color options and selection

This commit is contained in:
Cal Corum 2026-02-17 11:07:49 -06:00
parent 398cf3b573
commit 2b4f6d0bd3

View File

@ -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)