From 76381c4d1e59beb269a396260d5143c48e492a0b Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Thu, 7 Dec 2017 20:13:44 +0100 Subject: Support Rofi 1.4.x (#5) Closes #2 --- templates/old.mustache | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 templates/old.mustache (limited to 'templates/old.mustache') diff --git a/templates/old.mustache b/templates/old.mustache new file mode 100644 index 0000000..3c46874 --- /dev/null +++ b/templates/old.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 -- cgit v1.2.3