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-eighties.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-eighties.config (limited to 'themes/base16-eighties.config') diff --git a/themes/base16-eighties.config b/themes/base16-eighties.config new file mode 100644 index 0000000..9766673 --- /dev/null +++ b/themes/base16-eighties.config @@ -0,0 +1,33 @@ +! Base16 Eighties +! Author: Chris Kempson (http://chriskempson.com) + +! base00: #2d2d2d +! base01: #393939 +! base02: #515151 +! base03: #747369 +! base04: #a09f93 +! base05: #d3d0c8 +! base06: #e8e6df +! base07: #f2f0ec +! base08: #f2777a +! base09: #f99157 +! base0A: #ffcc66 +! base0B: #99cc99 +! base0C: #66cccc +! base0D: #6699cc +! base0E: #cc99cc +! base0F: #d27b53 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #393939, #393939, #2d2d2d + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #393939, #d3d0c8, #393939, #393939, #f2f0ec +rofi.color-active: #393939, #6699cc, #393939, #393939, #6699cc +rofi.color-urgent: #393939, #f2777a, #393939, #393939, #f2777a + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3