fix(opencode): move theme to programs.opencode.tui#883
Open
fredclausen wants to merge 2 commits intocatppuccin:mainfrom
Open
fix(opencode): move theme to programs.opencode.tui#883fredclausen wants to merge 2 commits intocatppuccin:mainfrom
fredclausen wants to merge 2 commits intocatppuccin:mainfrom
Conversation
OpenCode v1.2.15+ requires TUI-specific settings like theme in a separate tui.json file. This fixes the deprecation warning about programs.opencode.settings containing TUI-specific keys.
There was a problem hiding this comment.
Pull request overview
Updates the Catppuccin Home Manager integration for OpenCode to align with OpenCode v1.2.15+ config structure by moving TUI-specific configuration out of programs.opencode.settings and into the dedicated TUI config.
Changes:
- Switch OpenCode theme configuration from
programs.opencode.settings.themetoprograms.opencode.tui.theme.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Update to nix-community/home-manager@2097a5c which adds the programs.opencode.tui option required by the opencode module change.
pbek
approved these changes
Apr 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In nix-community/home-manager@1089b2c the home manager module was updated to support OpenCode v1.2.15+, which requires TUI-specific settings like theme in a separate tui.json file.
This fixes the deprecation warning about programs.opencode.settings containing TUI-specific keys.