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-unikitty-light.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-unikitty-light.config (limited to 'themes/base16-unikitty-light.config') diff --git a/themes/base16-unikitty-light.config b/themes/base16-unikitty-light.config new file mode 100644 index 0000000..37d2f58 --- /dev/null +++ b/themes/base16-unikitty-light.config @@ -0,0 +1,33 @@ +! Base16 Unikitty Light +! Author: Josh W Lewis (@joshwlewis) + +! base00: #ffffff +! base01: #e1e1e2 +! base02: #c4c3c5 +! base03: #a7a5a8 +! base04: #89878b +! base05: #6c696e +! base06: #4f4b51 +! base07: #322d34 +! base08: #d8137f +! base09: #d65407 +! base0A: #dc8a0e +! base0B: #17ad98 +! base0C: #149bda +! base0D: #775dff +! base0E: #aa17e6 +! base0F: #e013d0 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #e1e1e2, #e1e1e2, #ffffff + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #e1e1e2, #6c696e, #e1e1e2, #e1e1e2, #322d34 +rofi.color-active: #e1e1e2, #775dff, #e1e1e2, #e1e1e2, #775dff +rofi.color-urgent: #e1e1e2, #d8137f, #e1e1e2, #e1e1e2, #d8137f + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3