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-dark.config | 33 ++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 themes/base16-horizon-terminal-dark.config (limited to 'themes/base16-horizon-terminal-dark.config') diff --git a/themes/base16-horizon-terminal-dark.config b/themes/base16-horizon-terminal-dark.config new file mode 100755 index 0000000..9cd42b5 --- /dev/null +++ b/themes/base16-horizon-terminal-dark.config @@ -0,0 +1,33 @@ +! Base16 Horizon Dark +! Author: Michaƫl Ball (http://github.com/michael-ball/) + +! base00: #1c1e26 +! base01: #232530 +! base02: #2e303e +! base03: #6f6f70 +! base04: #9da0a2 +! base05: #cbced0 +! base06: #dcdfe4 +! base07: #e3e6ee +! base08: #e95678 +! base09: #fab795 +! base0A: #fac29a +! base0B: #29d398 +! base0C: #59e1e3 +! base0D: #26bbd9 +! base0E: #ee64ac +! base0F: #f09383 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #232530, #232530, #1c1e26 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #232530, #cbced0, #232530, #232530, #e3e6ee +rofi.color-active: #232530, #26bbd9, #232530, #232530, #26bbd9 +rofi.color-urgent: #232530, #e95678, #232530, #232530, #e95678 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3