adding load configurable TOML themes from DATA_DIR/themes#29
Merged
CosmicPredator merged 15 commits intoCosmicPredator:mainfrom Feb 22, 2026
Merged
adding load configurable TOML themes from DATA_DIR/themes#29CosmicPredator merged 15 commits intoCosmicPredator:mainfrom
CosmicPredator merged 15 commits intoCosmicPredator:mainfrom
Conversation
including toml for parsing custom themes toml
for custom config tomls
for custom themes using toml configs
my fav
Owner
|
LGTM!!! |
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.
Description
This PR adds configurable themes using TOML files loaded from
DATA_DIR/themes.Summary of changes
DATA_DIR/themes/*.toml.CHIBI_THEMEoverride still works.theme.ThemesPath()helper.chibi themeoutput to tell users they can add their own.tomltheme and where to place it.themes/default.tomlthemes/nord.tomlthemes/sunset.tomlthemes/forest.tomlthemes/graphite.tomlDATA_DIR/themes.Fixes #(issue) (If your PR is a 🐛 fix)
Type of change
Please delete options that are not relevant.
Tested Environments
Checklist
Screenshots (if applicable)
N/A (CLI behavior and config loading changes).
Additional context
Validation run locally:
go test ./...