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-embers.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-embers.config (limited to 'themes/base16-embers.config') diff --git a/themes/base16-embers.config b/themes/base16-embers.config new file mode 100644 index 0000000..c9076c5 --- /dev/null +++ b/themes/base16-embers.config @@ -0,0 +1,33 @@ +! Base16 Embers +! Author: Jannik Siebert (https://github.com/janniks) + +! base00: #16130F +! base01: #2C2620 +! base02: #433B32 +! base03: #5A5047 +! base04: #8A8075 +! base05: #A39A90 +! base06: #BEB6AE +! base07: #DBD6D1 +! base08: #826D57 +! base09: #828257 +! base0A: #6D8257 +! base0B: #57826D +! base0C: #576D82 +! base0D: #6D5782 +! base0E: #82576D +! base0F: #825757 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #2C2620, #2C2620, #16130F + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #2C2620, #A39A90, #2C2620, #2C2620, #DBD6D1 +rofi.color-active: #2C2620, #6D5782, #2C2620, #2C2620, #6D5782 +rofi.color-urgent: #2C2620, #826D57, #2C2620, #2C2620, #826D57 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3