Skip to content

Conversation

@ninetailedtori
Copy link
Contributor

See #16 for details.

Signed-off-by: ninetailedtori <ninetailedtori@uwu.gal>
@sgoudham sgoudham changed the title Fix for #16 - removing transparency option. fix: remove transparent variants Aug 28, 2025
@sgoudham sgoudham linked an issue Aug 28, 2025 that may be closed by this pull request
Copy link
Contributor

@sgoudham sgoudham left a comment

Choose a reason for hiding this comment

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

Thanks for the PR!

(I hope using Whiskers was a positive experience, we recently overhauled the documentation!)

@sgoudham sgoudham merged commit 3981e43 into catppuccin:main Aug 28, 2025
1 check passed
@injust
Copy link
Contributor

injust commented Aug 28, 2025

Am I correct in understanding that this change was supposed to obviate the transparent variants, because the normal themes would support transparency? Looking at the edits, it seems like only color-link selection was added -- I can't see anything done to make the normal themes support transparency.

I pulled this commit into my dotfiles and updated my micro settings to use "colorscheme": "catppuccin-mocha" (because catppuccin-mocha-transparent is now gone). micro's background stopped being transparent.

@ninetailedtori
Copy link
Contributor Author

You are correct - if the terminal window is transparent, then micro should be transparent as well, by default. If you're having issues, feel free to unset the bg to color-link default "#cad3f5" to test, and if it's still non-transparent then your system might not have the correct windowrules.

@sgoudham
Copy link
Contributor

sgoudham commented Aug 28, 2025

I have to admit I didn't read too much into the issue, we can probably re-introduce the variants but use the if check to remove the color-link line?

Does that solve the problem you're facing? @injust

@injust
Copy link
Contributor

injust commented Aug 28, 2025

feel free to unset the bg to color-link default "#cad3f5" to test

Just to confirm, for Catppuccin Mocha, I should be replacing color-link default "#cdd6f4,#1e1e2e" with color-link default "#cdd6f4"?

@ninetailedtori
Copy link
Contributor Author

Yep, that's what I'm saying to test with :) Let me know if it's fixed with that, because for me it works straight and fine with the version I pushed. What WM are you using?

@injust
Copy link
Contributor

injust commented Aug 28, 2025

Just to confirm, for Catppuccin Mocha, I should be replacing color-link default "#cdd6f4,#1e1e2e" with color-link default "#cdd6f4"?

I did this and it made micro transparent again.

I'm using Ghostty 1.1.3 on macOS Sequoia 15.6.1.

@ninetailedtori
Copy link
Contributor Author

Hmm, then we could add the check back but simply have it add the background variable if you want transparent then. I'll push a quick change for that :)

ninetailedtori added a commit to ninetailedtori/catppuccin-micro that referenced this pull request Aug 28, 2025
Signed-off-by: ninetailedtori <ninetailedtori@uwu.gal>
@injust
Copy link
Contributor

injust commented Aug 28, 2025

@ninetailedtori #20 is already open btw.

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.

Transparency is not respected by micro.

3 participants