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-zenburn.config | |
parent | ad552947ad9856aef4c895479ac163d13a5e58e9 (diff) |
Updated themes with builder
Diffstat (limited to 'themes/base16-zenburn.config')
-rwxr-xr-x | themes/base16-zenburn.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-zenburn.config b/themes/base16-zenburn.config new file mode 100755 index 0000000..18ab045 --- /dev/null +++ b/themes/base16-zenburn.config @@ -0,0 +1,33 @@ +! Base16 Zenburn +! Author: elnawe + +! base00: #3f3f3f +! base01: #404040 +! base02: #606060 +! base03: #4f4f4f +! base04: #808080 +! base05: #dcdccc +! base06: #c0c0c0 +! base07: #ffffff +! base08: #dca3a3 +! base09: #dfaf8f +! base0A: #e0cf9f +! base0B: #5f7f5f +! base0C: #93e0e3 +! base0D: #7cb8bb +! base0E: #dc8cc3 +! base0F: #000000 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #404040, #404040, #3f3f3f + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #404040, #dcdccc, #404040, #404040, #ffffff +rofi.color-active: #404040, #7cb8bb, #404040, #404040, #7cb8bb +rofi.color-urgent: #404040, #dca3a3, #404040, #404040, #dca3a3 + +! Set the desired separator style +rofi.separator-style: solid |