Add Herdr theme (default, protan, tritan) - #15
Open
bruschill wants to merge 1 commit into
Open
Conversation
Herdr (https://herdr.dev) themes are config.toml overrides rather than standalone theme files, so these are paste-in [theme]/[theme.custom]/[ui] snippets instead of a single dropped-in file. - herdr/madeofcode.toml, -protan.toml, -tritan.toml: base catppuccin theme with all 15 theme.custom color tokens overridden to the madeofcode palette (grays pulled from the existing background ramp, hues matching the kitty/ghostty/alacritty ANSI mappings and their colorblind variants) - herdr/README.md: install steps for both the no-config and already-have-a-config cases, including the duplicate-table-header gotcha for [ui] - README.md: add Herdr under Tools, next to Pi, with TOC entry
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.
Adds a madeofcode port for Herdr, the terminal workspace manager for AI coding agents.
Herdr themes are
config.tomloverrides, not standalone theme files, so this ships as paste-in[theme]/[theme.custom]/[ui]snippets rather than a single dropped-in file:herdr/madeofcode.tomlherdr/madeofcode-protan.tomlherdr/madeofcode-tritan.tomlEach overrides all 15 of Herdr's
theme.customcolor tokens on top of thecatppuccinbase theme. Grays come from the existing madeofcode background ramp already documented in the project README; hues match the ANSI mappings used by the kitty/ghostty/alacritty ports (and their colorblind variants).herdr/README.mddocuments install steps for both the no-existing-config and already-have-a-config cases, including the gotcha where a pre-existing[ui]table shouldn't get a second header appended.README.mdgets a new "Herdr" entry under Tools (next to Pi, since Herdr is a workspace manager rather than a terminal emulator) plus a TOC entry.Tested by merging the default variant into a live
~/.config/herdr/config.toml—herdr config checkpasses andherdr server reload-configapplies with no diagnostics.