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

Template Example needs updates #77

Closed
Davido264 opened this issue Jun 3, 2024 · 0 comments
Closed

Template Example needs updates #77

Davido264 opened this issue Jun 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Davido264
Copy link

Davido264 commented Jun 3, 2024

On the last update, harmonized_colors was reworked into custom_colors. So the new way to define harmonized_colors in templates is:

# config
[config.custom_colors]
red = "#fb4934"
{{colors.red.default.hex}}

Where the previous way to define it was:

# config
[config.colors_to_harmonize]
red = "#fb4934"
{{harmonized_colors.red.hex}}

However, the template example gave in example/colors.whatever-extension, stills show the previous way to define templates. It should be updated to the new one

Edit: The config in example/config.toml is updated, the change is only required in example/colors.whatever-extension,

@InioX InioX added bug Something isn't working labels Jun 3, 2024
@InioX InioX closed this as completed Jun 8, 2024
This was referenced May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants