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-irblack.config | |
parent | ad552947ad9856aef4c895479ac163d13a5e58e9 (diff) |
Updated themes with builder
Diffstat (limited to 'themes/base16-irblack.config')
-rwxr-xr-x | themes/base16-irblack.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-irblack.config b/themes/base16-irblack.config new file mode 100755 index 0000000..b5fddca --- /dev/null +++ b/themes/base16-irblack.config @@ -0,0 +1,33 @@ +! Base16 IR Black +! Author: Timothée Poisot (http://timotheepoisot.fr) + +! base00: #000000 +! base01: #242422 +! base02: #484844 +! base03: #6c6c66 +! base04: #918f88 +! base05: #b5b3aa +! base06: #d9d7cc +! base07: #fdfbee +! base08: #ff6c60 +! base09: #e9c062 +! base0A: #ffffb6 +! base0B: #a8ff60 +! base0C: #c6c5fe +! base0D: #96cbfe +! base0E: #ff73fd +! base0F: #b18a3d + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #242422, #242422, #000000 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #242422, #b5b3aa, #242422, #242422, #fdfbee +rofi.color-active: #242422, #96cbfe, #242422, #242422, #96cbfe +rofi.color-urgent: #242422, #ff6c60, #242422, #242422, #ff6c60 + +! Set the desired separator style +rofi.separator-style: solid |