Skip to content

Easiest Way to Modify/Add/Remove Themes? #22

Answered by neurocyte
ilohmar asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, zig build in flow-themes should just work. This will produce a zig module in zig-out that can then be referenced in flow. You can use your local build of flow-themes by changing the .url line in flow's build.zig.zon to .path = "{flow-themes-path}/zig-out" and remove the .hash line.

If you can't get flow-themes to build you are probably not using the correct version of zig. Check the version stored in build.zig.version and make sure it matches your zig version. Or use the ./zig wrapper script to automatically fetch the correct version and build.

If it still doesn't build please open an issue in the flow-themes repo.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ilohmar
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants