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-mocha.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-mocha.config (limited to 'themes/base16-mocha.config') diff --git a/themes/base16-mocha.config b/themes/base16-mocha.config new file mode 100644 index 0000000..438e387 --- /dev/null +++ b/themes/base16-mocha.config @@ -0,0 +1,33 @@ +! Base16 Mocha +! Author: Chris Kempson (http://chriskempson.com) + +! base00: #3B3228 +! base01: #534636 +! base02: #645240 +! base03: #7e705a +! base04: #b8afad +! base05: #d0c8c6 +! base06: #e9e1dd +! base07: #f5eeeb +! base08: #cb6077 +! base09: #d28b71 +! base0A: #f4bc87 +! base0B: #beb55b +! base0C: #7bbda4 +! base0D: #8ab3b5 +! base0E: #a89bb9 +! base0F: #bb9584 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #534636, #534636, #3B3228 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #534636, #d0c8c6, #534636, #534636, #f5eeeb +rofi.color-active: #534636, #8ab3b5, #534636, #534636, #8ab3b5 +rofi.color-urgent: #534636, #cb6077, #534636, #534636, #cb6077 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3