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-night.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-tomorrow-night.config (limited to 'themes/base16-tomorrow-night.config') diff --git a/themes/base16-tomorrow-night.config b/themes/base16-tomorrow-night.config new file mode 100644 index 0000000..c2bbb98 --- /dev/null +++ b/themes/base16-tomorrow-night.config @@ -0,0 +1,33 @@ +! Base16 Tomorrow Night +! Author: Chris Kempson (http://chriskempson.com) + +! base00: #1d1f21 +! base01: #282a2e +! base02: #373b41 +! base03: #969896 +! base04: #b4b7b4 +! base05: #c5c8c6 +! base06: #e0e0e0 +! base07: #ffffff +! base08: #cc6666 +! base09: #de935f +! base0A: #f0c674 +! base0B: #b5bd68 +! base0C: #8abeb7 +! base0D: #81a2be +! base0E: #b294bb +! base0F: #a3685a + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #282a2e, #282a2e, #1d1f21 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #282a2e, #c5c8c6, #282a2e, #282a2e, #ffffff +rofi.color-active: #282a2e, #81a2be, #282a2e, #282a2e, #81a2be +rofi.color-urgent: #282a2e, #cc6666, #282a2e, #282a2e, #cc6666 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3