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-forest.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-atelier-forest.config (limited to 'themes/base16-atelier-forest.config') diff --git a/themes/base16-atelier-forest.config b/themes/base16-atelier-forest.config new file mode 100644 index 0000000..ed84424 --- /dev/null +++ b/themes/base16-atelier-forest.config @@ -0,0 +1,33 @@ +! Base16 Atelier Forest +! Author: Bram de Haan (http://atelierbramdehaan.nl) + +! base00: #1b1918 +! base01: #2c2421 +! base02: #68615e +! base03: #766e6b +! base04: #9c9491 +! base05: #a8a19f +! base06: #e6e2e0 +! base07: #f1efee +! base08: #f22c40 +! base09: #df5320 +! base0A: #c38418 +! base0B: #7b9726 +! base0C: #3d97b8 +! base0D: #407ee7 +! base0E: #6666ea +! base0F: #c33ff3 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #2c2421, #2c2421, #1b1918 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #2c2421, #a8a19f, #2c2421, #2c2421, #f1efee +rofi.color-active: #2c2421, #407ee7, #2c2421, #2c2421, #407ee7 +rofi.color-urgent: #2c2421, #f22c40, #2c2421, #2c2421, #f22c40 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3