Skip to content

feat: add Ravenwood theme to TUI#4

Merged
raythurman2386 merged 2 commits intomainfrom
feat/ravenwood-theme
Feb 17, 2026
Merged

feat: add Ravenwood theme to TUI#4
raythurman2386 merged 2 commits intomainfrom
feat/ravenwood-theme

Conversation

@raythurman2386
Copy link
Copy Markdown
Owner

Description

This PR adds the Ravenwood theme, a refined forest-inspired color palette designed for high legibility and a professional aesthetic. It also updates the TUI to use Ravenwood as the default fallback theme instead of Everforest.

Key changes:

  • Defined Ravenwood theme struct with specific colors for background, foreground, accents, and file actions.
  • Registered "ravenwood" in the global Themes map.
  • Added Ravenwood to the AllThemes() slice.
  • Updated GetTheme to return Ravenwood as the default theme.

Fixes # (issue)

Type of change

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update (added a new theme option)

How Has This Been Tested?

  • Visual Verification: Launched straw with theme = "ravenwood" and verified all UI components (Header, Lists, Logs, Footer) render correctly.
  • Fallback Verification: Launched straw with an invalid theme name in the config and verified it correctly falls back to the Ravenwood theme.
  • Color Contrast: Verified contrast ratios for action styles (ActionMove, ActionCopy, etc.) against the new background.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Introduce the Ravenwood theme with a refined forest color palette. Update the theme retrieval function to return Ravenwood as the default theme. Include Ravenwood in the list of available themes.
Changed the default theme in the configuration example from "everforest" to "ravenwood". This aligns with the recent addition of the Ravenwood theme, ensuring users have the correct default setting when they first configure the application.
@raythurman2386 raythurman2386 merged commit 3617a35 into main Feb 17, 2026
4 checks passed
@raythurman2386 raythurman2386 deleted the feat/ravenwood-theme branch February 17, 2026 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant