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-google-light.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-google-light.config (limited to 'themes/base16-google-light.config') diff --git a/themes/base16-google-light.config b/themes/base16-google-light.config new file mode 100644 index 0000000..0e0a5bd --- /dev/null +++ b/themes/base16-google-light.config @@ -0,0 +1,33 @@ +! Base16 Google Light +! Author: Seth Wright (http://sethawright.com) + +! base00: #ffffff +! base01: #e0e0e0 +! base02: #c5c8c6 +! base03: #b4b7b4 +! base04: #969896 +! base05: #373b41 +! base06: #282a2e +! base07: #1d1f21 +! base08: #CC342B +! base09: #F96A38 +! base0A: #FBA922 +! base0B: #198844 +! base0C: #3971ED +! base0D: #3971ED +! base0E: #A36AC7 +! base0F: #3971ED + +! 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, #373b41, #e0e0e0, #e0e0e0, #1d1f21 +rofi.color-active: #e0e0e0, #3971ED, #e0e0e0, #e0e0e0, #3971ED +rofi.color-urgent: #e0e0e0, #CC342B, #e0e0e0, #e0e0e0, #CC342B + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3