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-shapeshifter.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-shapeshifter.config (limited to 'themes/base16-shapeshifter.config') diff --git a/themes/base16-shapeshifter.config b/themes/base16-shapeshifter.config new file mode 100644 index 0000000..d41fcd0 --- /dev/null +++ b/themes/base16-shapeshifter.config @@ -0,0 +1,33 @@ +! Base16 Shapeshifter +! Author: Tyler Benziger (http://tybenz.com) + +! base00: #f9f9f9 +! base01: #e0e0e0 +! base02: #ababab +! base03: #555555 +! base04: #343434 +! base05: #102015 +! base06: #040404 +! base07: #000000 +! base08: #e92f2f +! base09: #e09448 +! base0A: #dddd13 +! base0B: #0ed839 +! base0C: #23edda +! base0D: #3b48e3 +! base0E: #f996e2 +! base0F: #69542d + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #e0e0e0, #e0e0e0, #f9f9f9 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #e0e0e0, #102015, #e0e0e0, #e0e0e0, #000000 +rofi.color-active: #e0e0e0, #3b48e3, #e0e0e0, #e0e0e0, #3b48e3 +rofi.color-urgent: #e0e0e0, #e92f2f, #e0e0e0, #e0e0e0, #e92f2f + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3