feat(ui): Add Cyberdream light and dark themes - #8877
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (3)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. WalkthroughThe PR adds complete Cyberdream light and dark themes. It defines palettes and styles for Bruno application surfaces, editors, consoles, gRPC views, and collection controls. It also registers both themes in the theme collections and registry. ChangesCyberdream Themes
Estimated code review effort: 4 (Complex) | ~45 minutes Merge Risk: ⚪ Minimal · up to The PR adds Cyberdream light and dark themes through localized theme files and registry updates; no actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@packages/bruno-app/src/themes/light/cyberdream-light.js`:
- Line 10: Darken the light theme’s GREY constant from `#7b8496` to an accessible
value such as `#5f6878`, while leaving the token mappings and dark theme
unchanged.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: a6575a57-d448-4aaf-8fc4-20e7a5012899
📒 Files selected for processing (3)
packages/bruno-app/src/themes/dark/cyberdream-dark.jspackages/bruno-app/src/themes/index.jspackages/bruno-app/src/themes/light/cyberdream-light.js
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@packages/bruno-app/src/themes/light/cyberdream-light.js`:
- Line 10: Update the GREY constant to store the raw hex color value without
backtick characters, ensuring it is a valid CSS color string.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: 7ec0bea1-4198-4d5a-9c1a-e7f46174fa52
📒 Files selected for processing (1)
packages/bruno-app/src/themes/light/cyberdream-light.js
871f084 to
695f45d
Compare
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
|
Hi @sid-bruno, kindly ask for a review. Thx. |
|
@aditya-bruno is looking into this. You can expect the PR to be merged in the next two weeks. |
Description
Add Cyberdream light and dark themes.
Credits go to: https://github.com/scottmckendry/cyberdream.nvim
Screenshots
Contribution Checklist:
Summary by CodeRabbit
New Features