feat: add ansi colours#66
Draft
backwardspy wants to merge 4 commits into
Draft
Conversation
2acafa1 to
7f422c3
Compare
1 task
|
Hiya, had a few questions wrt this one!
|
|
I don't mean to rush you, but it has been a year, which feels like quite a long time. Are there any major blockers preventing us from merging this MR? |
In terms of what I've heard, we're looking for documentation, and further testing, on this PR? cc: @backwardspy would have to confirm that though. |
|
#119 opened to hopefully finish up docs, merge main into with collisions calculated, and fix order to u8 if my rust pr goes through hopefully :] |
ninetailedtori
added a commit
to ninetailedtori/tty
that referenced
this pull request
Feb 3, 2026
Signed-off-by: Toria <ninetailedtori@uwu.gal>
62554cb to
94d9c1a
Compare
ninetailedtori
added a commit
to ninetailedtori/wezterm
that referenced
this pull request
Apr 7, 2026
Blocked by: catppuccin/whiskers#66. Signed-off-by: Toria <ninetailedtori@uwu.gal>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
demo of what works currently:
--- whiskers: version: '^2.5' hex_format: "#{{R}}{{G}}{{B}}" --- ansi colours: {% for _, c in flavor.ansi_colors -%} {{ c.name }} ({{ c.code }}) {{ c.hex }} {% endfor %} ansi colour pairs: {% for _, pair in flavor.ansi_color_pairs -%} {{ pair.name }} ({{ pair.normal.code }}) {{ pair.normal.name }} | ({{ pair.bright.code }}) {{ pair.bright.name }} {% endfor -%}todo: