Themes compiler for Flow Control, the text editor
Find a file
2024-08-06 22:21:38 +02:00
.github/workflows Install hjson in releast tarball workflow 2024-02-07 21:52:33 +01:00
src feat: add Spacedust theme 2024-08-06 22:21:38 +02:00
.gitignore build: update to latest zig master 2024-06-04 22:16:04 +02:00
build.zig feat: add Spacedust theme 2024-08-06 22:21:38 +02:00
build.zig.version build: update to zig-0.13 and update zig wrapper from flow 2024-08-05 16:00:32 +02:00
build.zig.zon feat: add Spacedust theme 2024-08-06 22:21:38 +02:00
LICENSE Initial commit 2024-02-07 18:16:11 +01:00
README.md fix: add message if hjson is not found and mention hjson in README.md 2024-08-05 20:14:07 +02:00
zig build: update to zig-0.13 and update zig wrapper from flow 2024-08-05 16:00:32 +02:00

flow-themes

Themes compiler for Flow-Control, the text editor

Requirements

  • zig 0.13
  • 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.