From 8e1fb72e255643b366d5e0b7b78e0230f65ce45f Mon Sep 17 00:00:00 2001 From: Jordi Pakey-Rodriguez Date: Fri, 13 Jan 2017 15:22:37 -0600 Subject: Initial commit --- themes/base16-atelier-cave.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-atelier-cave.config (limited to 'themes/base16-atelier-cave.config') diff --git a/themes/base16-atelier-cave.config b/themes/base16-atelier-cave.config new file mode 100644 index 0000000..4b28435 --- /dev/null +++ b/themes/base16-atelier-cave.config @@ -0,0 +1,33 @@ +! Base16 Atelier Cave +! Author: Bram de Haan (http://atelierbramdehaan.nl) + +! base00: #19171c +! base01: #26232a +! base02: #585260 +! base03: #655f6d +! base04: #7e7887 +! base05: #8b8792 +! base06: #e2dfe7 +! base07: #efecf4 +! base08: #be4678 +! base09: #aa573c +! base0A: #a06e3b +! base0B: #2a9292 +! base0C: #398bc6 +! base0D: #576ddb +! base0E: #955ae7 +! base0F: #bf40bf + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #26232a, #26232a, #19171c + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #26232a, #8b8792, #26232a, #26232a, #efecf4 +rofi.color-active: #26232a, #576ddb, #26232a, #26232a, #576ddb +rofi.color-urgent: #26232a, #be4678, #26232a, #26232a, #be4678 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3