From 8e1fb72e255643b366d5e0b7b78e0230f65ce45f Mon Sep 17 00:00:00 2001 From: Jordi Pakey-Rodriguez Date: Fri, 13 Jan 2017 15:22:37 -0600 Subject: Initial commit --- templates/config.yaml | 3 +++ templates/default.mustache | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 templates/config.yaml create mode 100644 templates/default.mustache (limited to 'templates') 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 -- cgit v1.2.3