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-edge-light.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 themes/base16-edge-light.config (limited to 'themes/base16-edge-light.config') diff --git a/themes/base16-edge-light.config b/themes/base16-edge-light.config new file mode 100755 index 0000000..cc23a4f --- /dev/null +++ b/themes/base16-edge-light.config @@ -0,0 +1,33 @@ +! Base16 Edge Light +! Author: Sainnhepark (https://github.com/sainnhe) + +! base00: #fafafa +! base01: #7c9f4b +! base02: #d69822 +! base03: #5e646f +! base04: #6587bf +! base05: #5e646f +! base06: #b870ce +! base07: #5e646f +! base08: #db7070 +! base09: #db7070 +! base0A: #d69822 +! base0B: #7c9f4b +! base0C: #509c93 +! base0D: #6587bf +! base0E: #b870ce +! base0F: #509c93 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #7c9f4b, #7c9f4b, #fafafa + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #7c9f4b, #5e646f, #7c9f4b, #7c9f4b, #5e646f +rofi.color-active: #7c9f4b, #6587bf, #7c9f4b, #7c9f4b, #6587bf +rofi.color-urgent: #7c9f4b, #db7070, #7c9f4b, #7c9f4b, #db7070 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3