diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/config.yaml | 3 | ||||
-rw-r--r-- | templates/default.mustache | 23 |
2 files changed, 26 insertions, 0 deletions
diff --git a/templates/config.yaml b/templates/config.yaml new file mode 100644 index 0000000..071a57b --- /dev/null +++ b/templates/config.yaml @@ -0,0 +1,3 @@ +default: + extension: + output: colors diff --git a/templates/default.mustache b/templates/default.mustache new file mode 100644 index 0000000..124e5b6 --- /dev/null +++ b/templates/default.mustache @@ -0,0 +1,23 @@ +# Base16 foot template by Michaël Ball (https://git.michaelball.name) +# {{scheme-name }} by {{scheme-author }} +# +# Copy this into the [colors] section of your foot.ini config +foreground={{base05-hex}} +background={{base00-hex}} +regular0={{base00-hex}} +regular1={{base08-hex}} +regular2={{base0B-hex}} +regular3={{base0A-hex}} +regular4={{base0D-hex}} +regular5={{base0E-hex}} +regular6={{base0C-hex}} +regular7={{base05-hex}} +bright0={{base03-hex}} +bright1={{base08-hex}} +bright2={{base0B-hex}} +bright3={{base0A-hex}} +bright4={{base0D-hex}} +bright5={{base0E-hex}} +bright6={{base0C-hex}} +selection-foreground={{base05-hex}} +selection-background={{base02-hex}} |