Skip to content
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

Update to catppuccin/palette v1.7.1 #39

Closed
sgoudham opened this issue Oct 28, 2024 · 0 comments · Fixed by #38
Closed

Update to catppuccin/palette v1.7.1 #39

sgoudham opened this issue Oct 28, 2024 · 0 comments · Fixed by #38
Assignees
Labels
enhancement New feature or request

Comments

@sgoudham
Copy link
Collaborator

sgoudham commented Oct 28, 2024

The next step in order to roll out our ANSI colour updates (catppuccin/catppuccin#1961) is to ingest them into this repository so that catppuccin/whiskers has access to them.

Worth noting that we have a workflow to automatically update the file as seen in #38 but I think some extra code changes are required for this one. E.g. the Flavor struct now needs to account for an extra ansiColors key:

rust/build.rs

Lines 42 to 48 in f9851c0

#[derive(Debug, Deserialize)]
struct Flavor {
emoji: char,
order: u32,
dark: bool,
colors: HashMap<String, Color>,
}

@sgoudham sgoudham added the enhancement New feature or request label Oct 28, 2024
@backwardspy backwardspy linked a pull request Oct 28, 2024 that will close this issue
@sgoudham sgoudham changed the title Update to catppuccin/palette v1.5.0 Update to catppuccin/palette v1.7.1 Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants