From 60405a27888bb0ad7d50ea69b9d90cd3aa469716 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Sat, 12 Oct 2024 20:55:19 +0000 Subject: update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 05e2e60..fea131d 100644 --- a/README.md +++ b/README.md @@ -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}}" -- cgit