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-helios.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 themes/base16-helios.config (limited to 'themes/base16-helios.config') diff --git a/themes/base16-helios.config b/themes/base16-helios.config new file mode 100755 index 0000000..fef2aed --- /dev/null +++ b/themes/base16-helios.config @@ -0,0 +1,33 @@ +! Base16 Helios +! Author: Alex Meyer (https://github.com/reyemxela) + +! base00: #1d2021 +! base01: #383c3e +! base02: #53585b +! base03: #6f7579 +! base04: #cdcdcd +! base05: #d5d5d5 +! base06: #dddddd +! base07: #e5e5e5 +! base08: #d72638 +! base09: #eb8413 +! base0A: #f19d1a +! base0B: #88b92d +! base0C: #1ba595 +! base0D: #1e8bac +! base0E: #be4264 +! base0F: #c85e0d + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #383c3e, #383c3e, #1d2021 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #383c3e, #d5d5d5, #383c3e, #383c3e, #e5e5e5 +rofi.color-active: #383c3e, #1e8bac, #383c3e, #383c3e, #1e8bac +rofi.color-urgent: #383c3e, #d72638, #383c3e, #383c3e, #d72638 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3