Skip to content

Commit

Permalink
chore: move themes to themes/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Jul 1, 2024
1 parent f8102a1 commit 6300eba
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/example.tera
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ whiskers:
filename: "example.yaml"
---
# mocha.yaml
{{ read_file(path="../mocha.yaml") }}
{{ read_file(path="../themes/mocha.yaml") }}
bar:
height: "30px"
position: "top"
Expand Down
2 changes: 1 addition & 1 deletion templates/glazewm.tera
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ whiskers:
version: "2.3.0"
matrix:
- flavor
filename: "{{ flavor.identifier }}.yaml"
filename: "themes/{{ flavor.identifier }}.yaml"
---

{%- for _, color in flavor.colors %}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6300eba

Please sign in to comment.