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-woodland.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-woodland.config (limited to 'themes/base16-woodland.config') diff --git a/themes/base16-woodland.config b/themes/base16-woodland.config new file mode 100644 index 0000000..7da5f09 --- /dev/null +++ b/themes/base16-woodland.config @@ -0,0 +1,33 @@ +! Base16 Woodland +! Author: Jay Cornwall (https://jcornwall.com) + +! base00: #231e18 +! base01: #302b25 +! base02: #48413a +! base03: #9d8b70 +! base04: #b4a490 +! base05: #cabcb1 +! base06: #d7c8bc +! base07: #e4d4c8 +! base08: #d35c5c +! base09: #ca7f32 +! base0A: #e0ac16 +! base0B: #b7ba53 +! base0C: #6eb958 +! base0D: #88a4d3 +! base0E: #bb90e2 +! base0F: #b49368 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #302b25, #302b25, #231e18 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #302b25, #cabcb1, #302b25, #302b25, #e4d4c8 +rofi.color-active: #302b25, #88a4d3, #302b25, #302b25, #88a4d3 +rofi.color-urgent: #302b25, #d35c5c, #302b25, #302b25, #d35c5c + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3