Changelog
- c79a0d9 Merge pull request #86 from deveshctl/feat/theming
- 11d741b Merge pull request #87 from deveshctl/worktree-fix+theming-bugs
- ac47f93 Merge pull request #88 from deveshctl/worktree-fix+theming-cursor
- 6637ba3 Merge pull request #89 from deveshctl/feat/theming
- 713a1e4 Merge pull request #90 from deveshctl/fix/polish-init-feedback-chroma-styles
- 6dd207f Merge pull request #92 from deveshctl/feat/tui-visual-polish
- 05de908 Merge pull request #93 from deveshctl/chore/release-v160
- b471531 Update release.yml (#84)
- 69839a8 chore(release): cut v1.6.0
- 4ad7f62 docs(tui): add theming reference doc and update README and configuration guide
- 9456839 docs(tui): document theme precedence in CLI help, config hints, and starter templates
- a5121ac feat(tui): add --theme flag and theme: config key for theme selection
- 3643ed7 feat(tui): add Kanagawa, GruvboxDark, RosePine, Dracula, Oxocarbon, Cyberdream themes
- 3398d55 feat(tui): gradient image-ref header and file-tree section divider
- 9fa31c4 feat(tui): introduce Theme struct and TokyoNight theme
- 15b1278 feat(tui): set terminal background color from theme
- b650f08 feat(tui,config): transparent_background config key for terminal background passthrough
- e9e1522 fix(cmd): honour --config flag in layerx build
- 50127e6 fix(tui): add explicit tokyo-night case in themeFor
- f9723a2 fix(tui): address code review findings on tui-polish branch
- 6be9d20 fix(tui): align --theme flag with project CLI standards
- de6dbe9 fix(tui): clamp contentHeight after divider decrement; add renderGradient tests
- 88a3fb3 fix(tui): fix theme config loading and flag validation
- fdb14bf fix(tui): fix three theming bugs — build ignores theme, wrong chroma style, missing parse hint
- dbb4f4a fix(tui): fix two remaining bare error status messages missed in prior commit
- 200e480 fix(tui): make file viewer cursor theme-aware
- 930ba4d fix(tui): mid-truncate waste overlay paths and unify status-bar feedback colours
- 4304a98 fix(tui): strip ANSI in TestViewReadyContainsBrandAndImageRef
- a8197f0 fix(tui): update model tests to match renamed error status messages
- 0a82d22 fix(tui,cmd): native chroma styles for catppuccin/kanagawa/rose-pine and init confirmation
- f340842 fix(tui,config): P7/P8 polish, transparent background, init confirmation, chroma styles
- 9f8449d merge: resolve conflicts with main after PR #91 merged