fix: missing variables#82
Conversation
ninetailedtori
commented
Feb 19, 2026
- text was equal to background on colored elements, fixed it now
- missing ansi colors
- missing some miscellaneous keys
- missing console colors
koibtw
left a comment
There was a problem hiding this comment.
i think it would be better to separate actual color changes from this pr and keep only the missing variables here
That's a good idea tbh! I'm just not sure how to neatly separate PRs ;w; if I could cherry pick specific lines/hunks of commits and rewrite history to separate to a different branch... |
|
check catppuccin discord #gitea !!
|
|
alright, I'm going to separate it today! |
db75ff2 to
1f7aef6
Compare
| @function ansibright($color) { | ||
| @if isDark { | ||
| @return oklch( | ||
| calc(lightness($color) * 0.94) | ||
| calc(saturation($color) + 8) | ||
| calc(hue($color) + 2deg) | ||
| ); | ||
| } | ||
| @else { | ||
| @return oklch( | ||
| calc(lightness($color) * 1.09) | ||
| saturation($color) | ||
| calc(hue($color) + 2deg) | ||
| ); | ||
| } | ||
| } |
There was a problem hiding this comment.
We can probably get the ANSI colors from the palette, let me work on that rq.
There was a problem hiding this comment.
Once that gets handled, feel free to edit the branch or toss the diff as a review to quick-merge.
|
Can you paste some screenshots before/after this PR? |
One sec, yea lemme grab that. |
a2102f1 to
fe1b94b
Compare
fe1b94b to
b52199c
Compare