diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/config.yaml | 3 | ||||
-rw-r--r-- | templates/default.mustache | 33 |
2 files changed, 36 insertions, 0 deletions
diff --git a/templates/config.yaml b/templates/config.yaml new file mode 100644 index 0000000..367c485 --- /dev/null +++ b/templates/config.yaml @@ -0,0 +1,3 @@ +default: + extension: .config + output: themes diff --git a/templates/default.mustache b/templates/default.mustache new file mode 100644 index 0000000..3c46874 --- /dev/null +++ b/templates/default.mustache @@ -0,0 +1,33 @@ +! Base16 {{scheme-name}} +! Author: {{scheme-author}} + +! base00: #{{base00-hex}} +! base01: #{{base01-hex}} +! base02: #{{base02-hex}} +! base03: #{{base03-hex}} +! base04: #{{base04-hex}} +! base05: #{{base05-hex}} +! base06: #{{base06-hex}} +! base07: #{{base07-hex}} +! base08: #{{base08-hex}} +! base09: #{{base09-hex}} +! base0A: #{{base0A-hex}} +! base0B: #{{base0B-hex}} +! base0C: #{{base0C-hex}} +! base0D: #{{base0D-hex}} +! base0E: #{{base0E-hex}} +! base0F: #{{base0F-hex}} + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #{{base01-hex}}, #{{base01-hex}}, #{{base00-hex}} + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #{{base01-hex}}, #{{base05-hex}}, #{{base01-hex}}, #{{base01-hex}}, #{{base07-hex}} +rofi.color-active: #{{base01-hex}}, #{{base0D-hex}}, #{{base01-hex}}, #{{base01-hex}}, #{{base0D-hex}} +rofi.color-urgent: #{{base01-hex}}, #{{base08-hex}}, #{{base01-hex}}, #{{base01-hex}}, #{{base08-hex}} + +! Set the desired separator style +rofi.separator-style: solid |