1
0
Fork
You've already forked b16
0
Tiny base16 theme generator written in hare.
  • Makefile 100%
2024年07月21日 21:46:03 +01:00
cmd/b16 initial commit 2024年07月13日 20:47:28 +01:00
examples added new mini.nvim format 2024年07月17日 18:03:05 +01:00
yaml forgot about the possibility of comments in yaml, lol :) 2024年07月21日 21:46:03 +01:00
Makefile added new mini.nvim format 2024年07月17日 18:03:05 +01:00
README.md initial commit 2024年07月13日 20:47:28 +01:00

b16

Tiny base16 theme generator written in hare.

Usage

Templates are stored in "($XDG_DATA_DIR|$HOME/.local/share)/b16/{name}.fmt". Templates are NOT in mustache, they use the builtin hare strings::template module, see here that for details or consult the examples/ directory

Basic usage is as follows, example that will generate a theme file for foot:

b16 -t foot < mytheme.yaml > ~/.config/foot/base16.ini

Building

make

cricket sounds play