diff options
| author | 2019-03-07 21:29:28 +0000 | |
|---|---|---|
| committer | 2020-06-23 23:42:29 +0100 | |
| commit | 0954c1a306f430f47b755c2e43237db523f04edf (patch) | |
| tree | ec85be7f20e6e0dd5e690486d11ee71b4b7c61b3 /templates/recolor.mustache | |
| parent | 096d7f4f804534b97eed88db84806b8e5d20041e (diff) | |
Add recolor template build
Diffstat (limited to 'templates/recolor.mustache')
| -rw-r--r-- | templates/recolor.mustache | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/templates/recolor.mustache b/templates/recolor.mustache new file mode 100644 index 0000000..569aa29 --- /dev/null +++ b/templates/recolor.mustache @@ -0,0 +1,32 @@ +# Base16 {{scheme-name}} +# Author: {{scheme-author}} + +set default-bg "#{{base00-hex}}" +set default-fg "#{{base01-hex}}" + +set statusbar-fg "#{{base04-hex}}" +set statusbar-bg "#{{base02-hex}}" + +set inputbar-bg "#{{base00-hex}}" +set inputbar-fg "#{{base07-hex}}" + +set notification-bg "#{{base00-hex}}" +set notification-fg "#{{base07-hex}}" + +set notification-error-bg "#{{base00-hex}}" +set notification-error-fg "#{{base08-hex}}" + +set notification-warning-bg "#{{base00-hex}}" +set notification-warning-fg "#{{base08-hex}}" + +set highlight-color "#{{base0A-hex}}" +set highlight-active-color "#{{base0D-hex}}" + +set completion-bg "#{{base01-hex}}" +set completion-fg "#{{base0D-hex}}" + +set completion-highlight-fg "#{{base07-hex}}" +set completion-highlight-bg "#{{base0D-hex}}" + +set recolor-lightcolor "#{{base00-hex}}" +set recolor-darkcolor "#{{base06-hex}}" |
