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-marrakesh.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-marrakesh.config (limited to 'themes/base16-marrakesh.config') diff --git a/themes/base16-marrakesh.config b/themes/base16-marrakesh.config new file mode 100644 index 0000000..4eeb5d5 --- /dev/null +++ b/themes/base16-marrakesh.config @@ -0,0 +1,33 @@ +! Base16 Marrakesh +! Author: Alexandre Gavioli (http://github.com/Alexx2/) + +! base00: #201602 +! base01: #302e00 +! base02: #5f5b17 +! base03: #6c6823 +! base04: #86813b +! base05: #948e48 +! base06: #ccc37a +! base07: #faf0a5 +! base08: #c35359 +! base09: #b36144 +! base0A: #a88339 +! base0B: #18974e +! base0C: #75a738 +! base0D: #477ca1 +! base0E: #8868b3 +! base0F: #b3588e + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #302e00, #302e00, #201602 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #302e00, #948e48, #302e00, #302e00, #faf0a5 +rofi.color-active: #302e00, #477ca1, #302e00, #302e00, #477ca1 +rofi.color-urgent: #302e00, #c35359, #302e00, #302e00, #c35359 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3