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-one-light.config | |
parent | ad552947ad9856aef4c895479ac163d13a5e58e9 (diff) |
Updated themes with builder
Diffstat (limited to 'themes/base16-one-light.config')
-rwxr-xr-x | themes/base16-one-light.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-one-light.config b/themes/base16-one-light.config new file mode 100755 index 0000000..76da780 --- /dev/null +++ b/themes/base16-one-light.config @@ -0,0 +1,33 @@ +! Base16 One Light +! Author: Daniel Pfeifer (http://github.com/purpleKarrot) + +! base00: #fafafa +! base01: #f0f0f1 +! base02: #e5e5e6 +! base03: #a0a1a7 +! base04: #696c77 +! base05: #383a42 +! base06: #202227 +! base07: #090a0b +! base08: #ca1243 +! base09: #d75f00 +! base0A: #c18401 +! base0B: #50a14f +! base0C: #0184bc +! base0D: #4078f2 +! base0E: #a626a4 +! base0F: #986801 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #f0f0f1, #f0f0f1, #fafafa + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #f0f0f1, #383a42, #f0f0f1, #f0f0f1, #090a0b +rofi.color-active: #f0f0f1, #4078f2, #f0f0f1, #f0f0f1, #4078f2 +rofi.color-urgent: #f0f0f1, #ca1243, #f0f0f1, #f0f0f1, #ca1243 + +! Set the desired separator style +rofi.separator-style: solid |