diff options
Diffstat (limited to 'themes/base16-horizon-light.config')
-rwxr-xr-x | themes/base16-horizon-light.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-horizon-light.config b/themes/base16-horizon-light.config new file mode 100755 index 0000000..1ff6087 --- /dev/null +++ b/themes/base16-horizon-light.config @@ -0,0 +1,33 @@ +! Base16 Horizon Light +! Author: Michaël Ball (http://github.com/michael-ball/) + +! base00: #fdf0ed +! base01: #fadad1 +! base02: #f9cbbe +! base03: #bdb3b1 +! base04: #948c8a +! base05: #403c3d +! base06: #302c2d +! base07: #201c1d +! base08: #f7939b +! base09: #f6661e +! base0A: #fbe0d9 +! base0B: #94e1b0 +! base0C: #dc3318 +! base0D: #da103f +! base0E: #1d8991 +! base0F: #e58c92 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #fadad1, #fadad1, #fdf0ed + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #fadad1, #403c3d, #fadad1, #fadad1, #201c1d +rofi.color-active: #fadad1, #da103f, #fadad1, #fadad1, #da103f +rofi.color-urgent: #fadad1, #f7939b, #fadad1, #fadad1, #f7939b + +! Set the desired separator style +rofi.separator-style: solid |