You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to overwrite the runtime themes that come with Helix by putting a theme with the same name in the .config/helix/themes directory. This creates duplicate entries in the theme picker that both point to the same theme:
Best solution would be just to remove the duplicate entries.
The text was updated successfully, but these errors were encountered:
That might be a problem for choosing a theme in your config.toml: do you write theme = "bogster(user)"? It could work but it doesn't seem very elegant.
It looks like both "bogster"s activate same theme (the user one) because of the theme loading rules. I think the simplest way to make this less confusing would be to deduplicate the theme completion but in the long-run we may want to support multiple themes with the same name for the sake of #3067. You may want to make a small modification to a built-in theme locally and name it the same thing.
It is possible to overwrite the runtime themes that come with Helix by putting a theme with the same name in the
.config/helix/themes
directory. This creates duplicate entries in the theme picker that both point to the same theme:Best solution would be just to remove the duplicate entries.
The text was updated successfully, but these errors were encountered: