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

Move to new TOML format. #44

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

akiss-xyz
Copy link

Alacritty moved to a new TOML-based configuration format, and this ruined all my scripts (which used this lovely project).

This PR adds a new config reader/writer based on tomlkit. This can be found under alacritty_colorscheme/colorscheme_toml.py.

This all has partly been integrated into the CLI. Currently only supports the 'apply' command. 'toggle' and 'status' aren't done yet!

There's a small set of tests to go along with this.

Also fixed some test failures along the way, and added some quality-of-life things.

This PR resolves #43.

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.

Alacritty has changed to TOML format in it's config - so this does not work anymore!
1 participant