squirrelsong-dark for (n)vim
Inital implementation, I'm still playing around with it locally. I'm very new to nvim so let me know if any fixes need to happen.
Summary by CodeRabbit
-
New Features
- Introduced a new low contrast dark theme ("Squirrelsong Dark") for Vim, providing comprehensive color support for UI elements, syntax groups, and popular plugins.
-
Documentation
- Added the Vim theme to the list of available themes.
- Updated the Vim theme README to reflect the new name and included a screenshot of the dark variant.
"""
Walkthrough
A new low-contrast dark Vim color scheme, "squirrelsong_dark.vim," was introduced with comprehensive highlight group definitions and plugin support. The Vim theme README was updated to reflect the new theme name and include a screenshot of the dark variant. The main themes list was updated to add the Vim theme entry.
Changes
| File(s) | Change Summary |
|---|---|
| dark/Readme.md | Added "Vim" theme entry to the list of available themes. |
| themes/Vim/Readme.md | Renamed theme to "Squirrelsong Theme" and added a dark variant screenshot. |
| themes/Vim/colors/squirrelsong_dark.vim | Added new Vim color scheme file for "squirrelsong_dark" with full highlight group and plugin support. |
Sequence Diagram(s)
sequenceDiagram
participant User
participant Vim
participant SquirrelsongDarkTheme
User->>Vim: Selects "Squirrelsong Dark" color scheme
Vim->>SquirrelsongDarkTheme: Loads color palette and highlight groups
SquirrelsongDarkTheme->>Vim: Applies highlight groups (UI, syntax, plugins)
Vim->>User: Displays editor with new dark theme
Poem
A palette of night for Vim to wear,
Squirrelsong’s darkness fills the air.
With highlights bold and syntax bright,
Both day and night now feel just right.
A README refreshed, a screenshot new—
The rabbit hops in themes anew!
🐇✨ """
📜 Recent review details
Configuration used: CodeRabbit UI Review profile: CHILL Plan: Pro
📥 Commits
Reviewing files that changed from the base of the PR and between 9d4cda6dc56b0accacf4c8925ca561457a604896 and 0ca2a135b5d04ce9f8f66a3b086fff84843f8d85.
📒 Files selected for processing (1)
themes/Vim/colors/squirrelsong_dark.vim(1 hunks)
✅ Files skipped from review due to trivial changes (1)
- themes/Vim/colors/squirrelsong_dark.vim
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.
🪧 Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>, please review it.Explain this complex logic.Open a follow-up GitHub issue for this discussion.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:@coderabbitai explain this code block.@coderabbitai modularize this function.
- PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.@coderabbitai read src/utils.ts and explain its main purpose.@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.@coderabbitai help me debug CodeRabbit configuration file.
Support
Need help? Create a ticket on our support page for assistance with any issues or questions.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (Invoked using PR comments)
@coderabbitai pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository.@coderabbitai full reviewto do a full review from scratch and review all the files again.@coderabbitai summaryto regenerate the summary of the PR.@coderabbitai generate docstringsto generate docstrings for this PR.@coderabbitai generate sequence diagramto generate a sequence diagram of the changes in this PR.@coderabbitai resolveresolve all the CodeRabbit review comments.@coderabbitai configurationto show the current CodeRabbit configuration for the repository.@coderabbitai helpto get help.
Other keywords and placeholders
- Add
@coderabbitai ignoreanywhere in the PR description to prevent this PR from being reviewed. - Add
@coderabbitai summaryto generate the high-level summary at a specific location in the PR description. - Add
@coderabbitaianywhere in the PR title to generate the title automatically.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.
Working my way through those issues now. fixed the function params first but they seem to also map to function enclosing brackets and I'm not fully sure why.
Ignore comments from CodeRabbit if they don't make sense. I'm trying to remove it ;-(
Status on this, it functionally works, but i need time I don't have to dig into Vim and learn how the color profile mapping works to make the necessary changes (initial setup was I cloned the light theme and swapped the colors out). Someone with the requisite knowledge should be able to make those changes quickly if they want to get this over the line but considering I've fallen back into VSCode with the nvim plugin its no longer relevant for me, at least for the moment. I will probably come back to this but if someone else knows the changes that need to be made and needs it sooner than that feel free.