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-flat.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-flat.config (limited to 'themes/base16-flat.config') diff --git a/themes/base16-flat.config b/themes/base16-flat.config new file mode 100644 index 0000000..0fb9a5d --- /dev/null +++ b/themes/base16-flat.config @@ -0,0 +1,33 @@ +! Base16 Flat +! Author: Chris Kempson (http://chriskempson.com) + +! base00: #2C3E50 +! base01: #34495E +! base02: #7F8C8D +! base03: #95A5A6 +! base04: #BDC3C7 +! base05: #e0e0e0 +! base06: #f5f5f5 +! base07: #ECF0F1 +! base08: #E74C3C +! base09: #E67E22 +! base0A: #F1C40F +! base0B: #2ECC71 +! base0C: #1ABC9C +! base0D: #3498DB +! base0E: #9B59B6 +! base0F: #be643c + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #34495E, #34495E, #2C3E50 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #34495E, #e0e0e0, #34495E, #34495E, #ECF0F1 +rofi.color-active: #34495E, #3498DB, #34495E, #34495E, #3498DB +rofi.color-urgent: #34495E, #E74C3C, #34495E, #34495E, #E74C3C + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3