From ad552947ad9856aef4c895479ac163d13a5e58e9 Mon Sep 17 00:00:00 2001 From: Jordi Pakey-Rodriguez Date: Thu, 20 Apr 2017 16:29:24 -0500 Subject: Update themes --- themes/base16-rebecca.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-rebecca.config (limited to 'themes/base16-rebecca.config') diff --git a/themes/base16-rebecca.config b/themes/base16-rebecca.config new file mode 100644 index 0000000..1de5230 --- /dev/null +++ b/themes/base16-rebecca.config @@ -0,0 +1,33 @@ +! Base16 Rebecca +! Author: Victor Borja (http://github.com/vic) based on Rebecca Theme (http://github.com/vic/rebecca-theme) + +! base00: #292a44 +! base01: #663399 +! base02: #383a62 +! base03: #666699 +! base04: #a0a0c5 +! base05: #f1eff8 +! base06: #ccccff +! base07: #53495d +! base08: #a0a0c5 +! base09: #efe4a1 +! base0A: #ae81ff +! base0B: #6dfedf +! base0C: #8eaee0 +! base0D: #2de0a7 +! base0E: #7aa5ff +! base0F: #ff79c6 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #663399, #663399, #292a44 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #663399, #f1eff8, #663399, #663399, #53495d +rofi.color-active: #663399, #2de0a7, #663399, #663399, #2de0a7 +rofi.color-urgent: #663399, #a0a0c5, #663399, #663399, #a0a0c5 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3