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-tomorrow.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-tomorrow.config (limited to 'themes/base16-tomorrow.config') diff --git a/themes/base16-tomorrow.config b/themes/base16-tomorrow.config new file mode 100644 index 0000000..4fa3a56 --- /dev/null +++ b/themes/base16-tomorrow.config @@ -0,0 +1,33 @@ +! Base16 Tomorrow +! Author: Chris Kempson (http://chriskempson.com) + +! base00: #ffffff +! base01: #e0e0e0 +! base02: #d6d6d6 +! base03: #8e908c +! base04: #969896 +! base05: #4d4d4c +! base06: #282a2e +! base07: #1d1f21 +! base08: #c82829 +! base09: #f5871f +! base0A: #eab700 +! base0B: #718c00 +! base0C: #3e999f +! base0D: #4271ae +! base0E: #8959a8 +! base0F: #a3685a + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #e0e0e0, #e0e0e0, #ffffff + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #e0e0e0, #4d4d4c, #e0e0e0, #e0e0e0, #1d1f21 +rofi.color-active: #e0e0e0, #4271ae, #e0e0e0, #e0e0e0, #4271ae +rofi.color-urgent: #e0e0e0, #c82829, #e0e0e0, #e0e0e0, #c82829 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3