From f5ecc9e2a537fd93d388b6ed3569cabe377ff020 Mon Sep 17 00:00:00 2001 From: Niek den Breeje Date: Sat, 18 Nov 2017 15:10:53 +0100 Subject: Updated themes with builder --- themes/base16-seti.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 themes/base16-seti.config (limited to 'themes/base16-seti.config') diff --git a/themes/base16-seti.config b/themes/base16-seti.config new file mode 100755 index 0000000..e003c4a --- /dev/null +++ b/themes/base16-seti.config @@ -0,0 +1,33 @@ +! Base16 Seti UI +! Author: + +! base00: #151718 +! base01: #282a2b +! base02: #3b758c +! base03: #41535b +! base04: #43a5d5 +! base05: #d6d6d6 +! base06: #eeeeee +! base07: #ffffff +! base08: #cd3f45 +! base09: #db7b55 +! base0A: #e6cd69 +! base0B: #9fca56 +! base0C: #55dbbe +! base0D: #55b5db +! base0E: #a074c4 +! base0F: #8a553f + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #282a2b, #282a2b, #151718 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #282a2b, #d6d6d6, #282a2b, #282a2b, #ffffff +rofi.color-active: #282a2b, #55b5db, #282a2b, #282a2b, #55b5db +rofi.color-urgent: #282a2b, #cd3f45, #282a2b, #282a2b, #cd3f45 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3