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

Outdated Format #20

Closed
Incompleteusern opened this issue Jun 22, 2023 · 5 comments · Fixed by #21
Closed

Outdated Format #20

Incompleteusern opened this issue Jun 22, 2023 · 5 comments · Fixed by #21

Comments

@Incompleteusern
Copy link

I think Alacritty uses .toml now?

@isabelroses
Copy link
Member

It appears that @Incompleteusern is correct:
https://github.com/alacritty/alacritty#configuration

But I think we should leave the yml files in for backwards compatablity.

@iir-dna
Copy link

iir-dna commented Nov 9, 2023

@isabelroses @Incompleteusern Hello there. It looks like doing alacritty migrate -c <path-to-catppuccin-yaml> works fine. Just tried that on v0.13.0 and it worked for me. The only caveat is the warning for
Unused config key: footer_bar.
After commenting this part of migrated toml, the warning disappeared

#[colors.search.footer_bar]
#background = "#6C6F85"
#foreground = "#EFF1F5"

@nekowinston
Copy link
Contributor

The format isn't outdated because the Alacritty stable releases are still using yaml.
If you're using alacritty @ main, use https://github.com/catppuccin/alacritty/tree/feat/use-toml-config.

@nekowinston nekowinston pinned this issue Nov 9, 2023
@iir-dna
Copy link

iir-dna commented Nov 10, 2023

@nekowinston thanks a lot!

@NicolasPerl
Copy link

Screenshot 2024-02-25 at 9 17 39 PM

When I comment out the following code:

#[colors.search.footer_bar]
#background = "#6C6F85"
#foreground = "#EFF1F5"

I get an error. I'm trying to remove the warning "Unused config key: footer_bar", but am unable to.

Anyone have any idea what's going on?

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 a pull request may close this issue.

5 participants