diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/body.mustache | 23 | ||||
| -rw-r--r-- | templates/config.yaml | 3 | ||||
| -rw-r--r-- | templates/head.mustache | 11 |
3 files changed, 37 insertions, 0 deletions
diff --git a/templates/body.mustache b/templates/body.mustache new file mode 100644 index 0000000..633f2f2 --- /dev/null +++ b/templates/body.mustache @@ -0,0 +1,23 @@ +gui: + theme: + activeBorderColor: + - '#{{base0D-hex}}' + - bold + inactiveBorderColor: + - '#{{base03-hex}}' + searchingActiveBorderColor: + - '#{{base09-hex}}' + optionsTextColor: + - '#{{base0D-hex}}' + selectedLineBgColor: + - '#{{base02-hex}}' + cherryPickedCommitBgColor: + - '#{{base03-hex}}' + cherryPickedCommitFgColor: + - '#{{base0D-hex}}' + markedBaseCommitFgColor: + - '#{{base0D-hex}}' + unstagedChangesColor: + - '#{{base08-hex}}' + defaultFgColor: + - '#{{base05-hex}}' diff --git a/templates/config.yaml b/templates/config.yaml new file mode 100644 index 0000000..89a87da --- /dev/null +++ b/templates/config.yaml @@ -0,0 +1,3 @@ +default: + supported-systems: [base16] + filename: "colors/{{scheme-system}}-{{scheme-slug}}.yml" diff --git a/templates/head.mustache b/templates/head.mustache new file mode 100644 index 0000000..980d8f5 --- /dev/null +++ b/templates/head.mustache @@ -0,0 +1,11 @@ +# +# +# name: {{scheme-name}} +# author: {{{scheme-author}}} +# slug: {{scheme-slug}} +# slug-underscored: {{scheme-slug-underscored}} +# system: {{scheme-system}} +# variant: {{scheme-variant}} +# is-{{scheme-variant}}-variant: {{hasVariant}} +# +# |
