Skip to content

Commit

Permalink
build: favour whiskers over CI (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Oct 19, 2024
1 parent de096dd commit ea02cc8
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end_of_line = lf
charset = utf-8
insert_final_newline = true

[*.lua]
[*.{lua,tera}]
indent_style = tab

[*.{diff,md}]
Expand Down
15 changes: 0 additions & 15 deletions .github/scripts/update-palette.py

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/palette.yml

This file was deleted.

5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
_default:
@just list

build:
whiskers nvim.tera
12 changes: 12 additions & 0 deletions nvim.tera
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
whiskers:
version: 2.5.1
matrix:
- flavor
filename: "lua/catppuccin/palettes/{{flavor.identifier}}.lua"
---
return {
{%- for id, color in flavor.colors %}
{{id}} = "#{{color.hex}}",
{%- endfor %}
}

0 comments on commit ea02cc8

Please sign in to comment.