opencode: add themes option

Add themes option to configure custom themes through nix.
Define a submodule for the settings option, to give the `theme` setting
a description.
This commit is contained in:
Mirza Arnaut 2025-10-18 03:16:46 +02:00 committed by Austin Horstman
parent 722792af09
commit fc837be107
5 changed files with 488 additions and 2 deletions

View file

@ -8,4 +8,5 @@
opencode-agents-path = ./agents-path.nix;
opencode-commands-path = ./commands-path.nix;
opencode-mixed-content = ./mixed-content.nix;
opencode-themes = ./themes.nix;
}