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

Support new template config format #20

Open
lovesegfault opened this issue Nov 25, 2024 · 1 comment
Open

Support new template config format #20

lovesegfault opened this issue Nov 25, 2024 · 1 comment

Comments

@lovesegfault
Copy link

It looks like tinted-theming is moving away from config.yaml files that look like this:

default:
  extension: .ini
  output: colors

And towards this:

base16:
  extension: .ini
  output: colors
  supported-systems: [base16]

base24:
  extension: .ini
  output: colors
  supported-systems: [base24]

Which is breaking base16.nix as it fails to find a default target in the config. We should probably move to looking for a base16 default?

@SenchoPens
Copy link
Owner

Hi, I'm not planning to break compatibility, there is a way of implementing this but I don't have the resources right now. You can always do it with target = "base16" (see docs for more details)

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

No branches or pull requests

2 participants