From 3e02388fa8251e710af3976e77d29a5400294e19 Mon Sep 17 00:00:00 2001 From: gidsi Date: Wed, 13 Nov 2019 02:44:28 +0100 Subject: Update themes --- themes/base16-horizon-terminal-light.config | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 themes/base16-horizon-terminal-light.config (limited to 'themes/base16-horizon-terminal-light.config') diff --git a/themes/base16-horizon-terminal-light.config b/themes/base16-horizon-terminal-light.config new file mode 100755 index 0000000..7f1bff6 --- /dev/null +++ b/themes/base16-horizon-terminal-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: #e95678 +! base09: #f9cec3 +! base0A: #fadad1 +! base0B: #29d398 +! base0C: #59e1e3 +! base0D: #26bbd9 +! base0E: #ee64ac +! base0F: #f9cbbe + +! 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, #26bbd9, #fadad1, #fadad1, #26bbd9 +rofi.color-urgent: #fadad1, #e95678, #fadad1, #fadad1, #e95678 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3