diff options
author | Niek den Breeje <n.j.den.breeje@gmail.com> | 2017-11-18 15:10:53 +0100 |
---|---|---|
committer | Niek den Breeje <n.j.den.breeje@gmail.com> | 2017-11-18 15:10:53 +0100 |
commit | f5ecc9e2a537fd93d388b6ed3569cabe377ff020 (patch) | |
tree | 19be497346e1237a35c2c1efc67bad6f7e53d6dc /themes/base16-seti.config | |
parent | ad552947ad9856aef4c895479ac163d13a5e58e9 (diff) |
Updated themes with builder
Diffstat (limited to 'themes/base16-seti.config')
-rwxr-xr-x | themes/base16-seti.config | 33 |
1 files changed, 33 insertions, 0 deletions
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 |