Skip to content

feat: add alucard #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

feat: add alucard #28

wants to merge 2 commits into from

Conversation

luxonauta
Copy link
Member

@luxonauta luxonauta commented Jun 24, 2025

➕ Adds Alucard (Classic) variant according to specs here.

Alucard Preview

Copy link

coderabbitai bot commented Jun 24, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

📝 Walkthrough

Walkthrough

A new terminal profile file, Alucard.terminal, has been added, providing a detailed color and font configuration for macOS Terminal. The INSTALL.md documentation was updated to clarify installation steps, change the GitHub download link to reference main.zip, and include instructions for selecting between the new and existing terminal themes.

Changes

File(s) Summary
Alucard.terminal Added a new XML property list defining the "Alucard" terminal profile with custom colors and font.
INSTALL.md Updated installation instructions: revised download URL, clarified steps, and referenced both "Dracula.terminal" (dark) and "Alucard.terminal" (light) themes.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant Terminal
    participant Settings

    User->>Terminal: Open Terminal app
    User->>Settings: Access Terminal Settings
    User->>Settings: Go to Profiles tab
    User->>Settings: Click "..." below themes list
    User->>Settings: Select "Import"
    User->>Settings: Choose theme file (Dracula.terminal or Alucard.terminal)
    Settings->>Terminal: Import selected theme
    User->>Settings: Set imported theme as Default
Loading
✨ Finishing Touches
🧪 Generate Unit Tests
  • Create PR with Unit Tests
  • Post Copyable Unit Tests in Comment
  • Commit Unit Tests in branch feat/add-alucard

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.

❤️ Share
🪧 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 @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in 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 pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai auto-generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file 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.

@luxonauta luxonauta self-assigned this Jun 24, 2025
@luxonauta luxonauta requested a review from benknoble June 24, 2025 16:31
@luxonauta luxonauta marked this pull request as ready for review June 24, 2025 16:31
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (2)
INSTALL.md (1)

17-22: Tighten wording & fix minor grammar / accessibility nits.

Small tweaks make the steps clearer and future-proof (Ventura renamed “Preferences” to “Settings”).

-1. Open the **Terminal** `>` _Settings_;
-2. Go to _Profiles tab_;
-3. Click "_..._" below the themes list;
-4. Select _Import..._;
-5. Choose the `Dracula.terminal` (dark) or `Alucard.terminal` (light) file;
-6. Set as _Default_; 💜
+1. Open **Terminal** → **Settings** (or **Preferences** on macOS ≤ 12).
+2. Select the **Profiles** tab.
+3. Click the “…” button (below the profiles list).
+4. Choose **Import...**.
+5. Pick either `Dracula.terminal` (dark) or `Alucard.terminal` (light).
+6. Click **Default** to make the imported theme the default. 💜
Alucard.terminal (1)

430-431: Float precision noise – store profile version as 2.07 instead of 2.0699999999999998.

Some parsers round-trip this value back to 2.1.
Trimming to two decimals avoids needless diff churn.

-	<real>2.0699999999999998</real>
+	<real>2.07</real>
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 9d6b88a and b97c942.

📒 Files selected for processing (2)
  • Alucard.terminal (1 hunks)
  • INSTALL.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
INSTALL.md

[uncategorized] ~18-~18: You might be missing the article “the” here.
Context: ...e Terminal > Settings; 2. Go to Profiles tab; 3. Click "..." below th...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)

🔇 Additional comments (2)
INSTALL.md (1)

13-13: Link switch from master.zip to main.zip is fine – please double-check it resolves.

A 404 on the download link would break the manual install path.
Kindly open the URL in a browser (or curl) before merging.

Alucard.terminal (1)

421-428: Confirm embedded font licensing.

The base64 blob encodes a bundled font (“Mono-Regular”). Ensure the font license permits redistribution in binary form within an open-source repo.
If the font is system-default (e.g., SF Mono) Apple’s license forbids bundling; dropping the <key>Font</key> entry lets Terminal fall back to the user’s default monospaced font.

@benknoble
Copy link
Member

I just had a chance to test this, and it puts ANSI color 0 as white and 15 as black, which is inverted from typical use (which breaks, e.g., Vim colorschemes that don't use termguicolors for 24-bit true color). The whites and blacks need swapped in the palette.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants