Add Catppuccin Mocha theme and beautiful dashboard example#116
Open
ryanoneill wants to merge 4 commits intomainfrom
Open
Add Catppuccin Mocha theme and beautiful dashboard example#116ryanoneill wants to merge 4 commits intomainfrom
ryanoneill wants to merge 4 commits intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #116 +/- ##
=======================================
Coverage 92.61% 92.61%
=======================================
Files 100 100
Lines 9530 9531 +1
=======================================
+ Hits 8826 8827 +1
Misses 704 704 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Add the popular Catppuccin Mocha color palette as a new theme option. The palette features soothing pastel colors on a warm dark background, with lavender as the focus color and mauve for selection. - Add src/theme/catppuccin.rs with 26 official Mocha palette constants - Add Theme::catppuccin_mocha() constructor - Add CatppuccinMocha variant to themed_app example - Add theme tests and update test_all_themes_distinct Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Visually stunning system monitor dashboard demonstrating modern TUI aesthetics: rounded borders, padding, Unicode indicators, sparkline charts, metrics cards, and strong focus contrast using the Catppuccin Mocha palette. Components used: Menu, Chart, MetricsDashboard, ProgressBar, KeyHints, Toast, and FocusManager for multi-panel navigation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19a5f35 to
f5f9bd5
Compare
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
Beautiful Dashboard Features
BorderType::Rounded) on every block●/○for active/inactive nav items,▲/▼for metric trendsComponents Showcased
Menu, Chart, MetricsDashboard, ProgressBar, KeyHints, Toast, FocusManager
Test plan
cargo test --all-features-- all tests pass including 3 new theme testscargo clippy --all-targets --all-features -- -D warnings-- cleancargo build --examples-- all examples compilecargo run --example beautiful_dashboard --features full-- renders without panic🤖 Generated with Claude Code