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-mexico-light.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-mexico-light.config (limited to 'themes/base16-mexico-light.config') diff --git a/themes/base16-mexico-light.config b/themes/base16-mexico-light.config new file mode 100644 index 0000000..8d2ee23 --- /dev/null +++ b/themes/base16-mexico-light.config @@ -0,0 +1,33 @@ +! Base16 Mexico Light +! Author: Sheldon Johnson + +! base00: #f8f8f8 +! base01: #e8e8e8 +! base02: #d8d8d8 +! base03: #b8b8b8 +! base04: #585858 +! base05: #383838 +! base06: #282828 +! base07: #181818 +! base08: #ab4642 +! base09: #dc9656 +! base0A: #f79a0e +! base0B: #538947 +! base0C: #4b8093 +! base0D: #7cafc2 +! base0E: #96609e +! base0F: #a16946 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #e8e8e8, #e8e8e8, #f8f8f8 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #e8e8e8, #383838, #e8e8e8, #e8e8e8, #181818 +rofi.color-active: #e8e8e8, #7cafc2, #e8e8e8, #e8e8e8, #7cafc2 +rofi.color-urgent: #e8e8e8, #ab4642, #e8e8e8, #e8e8e8, #ab4642 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3