https://github.com/neurocyte/flow-themes
Themes compiler for Flow Control, the text editor
https://github.com/neurocyte/flow-themes
zig zig-package
Last synced: 2 months ago
JSON representation
Themes compiler for Flow Control, the text editor
- Host: GitHub
- URL: https://github.com/neurocyte/flow-themes
- Owner: neurocyte
- License: mit
- Created: 2024-02-07T17:16:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-04-08T09:20:13.000Z (2 months ago)
- Last Synced: 2026-04-08T11:32:08.669Z (2 months ago)
- Topics: zig, zig-package
- Language: Zig
- Homepage:
- Size: 71.3 KB
- Stars: 12
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`.