diff options
| author | 2024-10-12 20:55:19 +0000 | |
|---|---|---|
| committer | 2024-10-12 20:55:19 +0000 | |
| commit | 60405a27888bb0ad7d50ea69b9d90cd3aa469716 (patch) | |
| tree | ea374d80586b534ca4584ba7116076f191f087af | |
| parent | 3128f2c272e87990dafc39330425567f887d3996 (diff) | |
update README.md
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -29,19 +29,19 @@ Folder `templates` must contain the following files: with the following content: -```mustache -# config.yaml +### config.yaml +```mustache default: supported-systems: [base16] filename: "colors/{{scheme-system}}-{{scheme-slug}}.theme" ``` +### *.mustache + The file `body.mustache` must contain a template for the program for which the color scheme is made, for example, for the program [wlr-which-key](https://github.com/MaxVerevkin/wlr-which-key) it will be as follows: ```yaml -# body.mustache - background: "#{{base00-hex}}" color: "#{{base06-hex}}" border: "#{{base0D-hex}}" |
