Themes compiler for Flow Control, the text editor
Find a file
2025-10-16 12:38:04 +02:00
.github/workflows Install hjson in releast tarball workflow 2024-02-07 21:52:33 +01:00
src build: update to zig-0.15.1 2025-09-30 14:07:35 +02:00
.gitignore build: update to latest zig master 2024-06-04 22:16:04 +02:00
build.zig build.zig: add a new list and replace the sequences with a loop 2025-09-30 14:15:47 +02:00
build.zig.version build: update to zig-0.15.1 2025-09-30 14:07:35 +02:00
build.zig.zon build: update zig version 2025-10-16 12:38:04 +02:00
LICENSE Initial commit 2024-02-07 18:16:11 +01:00
README.md build: update to zig-0.15.1 2025-09-30 14:07:35 +02:00
zig build: update to zig-0.15.1 2025-09-30 14:07:35 +02:00

flow-themes

Themes compiler for Flow-Control, the text editor

Requirements

  • zig 0.15.1
  • hjson (installed in your PATH)

Build

zig build

This will download and compile all the themes and create a zig module in zig-out that can be referenced as a dependency from another project's build.zig.zon.