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 --- themes/base16-hopscotch.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-hopscotch.config (limited to 'themes/base16-hopscotch.config') diff --git a/themes/base16-hopscotch.config b/themes/base16-hopscotch.config new file mode 100644 index 0000000..466ac1e --- /dev/null +++ b/themes/base16-hopscotch.config @@ -0,0 +1,33 @@ +! Base16 Hopscotch +! Author: Jan T. Sott + +! base00: #322931 +! base01: #433b42 +! base02: #5c545b +! base03: #797379 +! base04: #989498 +! base05: #b9b5b8 +! base06: #d5d3d5 +! base07: #ffffff +! base08: #dd464c +! base09: #fd8b19 +! base0A: #fdcc59 +! base0B: #8fc13e +! base0C: #149b93 +! base0D: #1290bf +! base0E: #c85e7c +! base0F: #b33508 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #433b42, #433b42, #322931 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #433b42, #b9b5b8, #433b42, #433b42, #ffffff +rofi.color-active: #433b42, #1290bf, #433b42, #433b42, #1290bf +rofi.color-urgent: #433b42, #dd464c, #433b42, #433b42, #dd464c + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3