feat(cli): add Nord, Gruvbox, Tokyo Night, Rosé Pine, and Catppuccin Latte themes - #580
Merged
Merged
Conversation
…Latte themes Ship five built-in CLI themes that pair a well-known color scheme with the quiet theme's restrained behavior, so the palette carries the meaning while glyphs and layout stay neutral. Each is generated from a vendored Omarchy palette by mapping it onto the quiet base, and committed as a complete, self-contained root so users can extend it like any other built-in. - Vendor source palettes under theme/palettes/ with upstream attribution. - Generate and guard the embedded themes with TestOmarchyThemesUpToDate (FORMAE_UPDATE_THEMES=1 regenerates; otherwise it asserts no drift). - Add colorValue.MarshalTOML so a themeFile round-trips (inverse of the existing UnmarshalTOML); mark themeFile.extends omitempty. - Map the unmanaged palette slot from color1 so the inventory marker follows the palette instead of a fixed red (also improves the live omarchy theme). - List every available theme, including user-dir themes, in the unknown-theme warning as a discovery aid.
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.
Summary
quiettheme's restrained behavior: neutral glyphs and layout, with each operation tinted from the scheme (create green, delete red, and so on).quietbase, and committed as a complete, self-contained root so users canextendsit like any other built-in.TestOmarchyThemesUpToDateregenerates the embedded themes from the vendored palettes whenFORMAE_UPDATE_THEMES=1, and otherwise guards against drift.colorValue.MarshalTOML(the inverse of the existingUnmarshalTOML) so a theme file round-trips, and markthemeFile.extendsomitempty.unmanagedpalette slot fromcolor1so the inventory marker follows the palette instead of a fixed red — this also improves the liveomarchytheme.~/.config/formae/themes/, as a discovery aid.Reference docs for the themes page are updated separately on the docs Mintlify migration branch.