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-grayscale-dark.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-grayscale-dark.config (limited to 'themes/base16-grayscale-dark.config') diff --git a/themes/base16-grayscale-dark.config b/themes/base16-grayscale-dark.config new file mode 100644 index 0000000..4b41e33 --- /dev/null +++ b/themes/base16-grayscale-dark.config @@ -0,0 +1,33 @@ +! Base16 Grayscale Dark +! Author: Alexandre Gavioli (https://github.com/Alexx2/) + +! base00: #101010 +! base01: #252525 +! base02: #464646 +! base03: #525252 +! base04: #ababab +! base05: #b9b9b9 +! base06: #e3e3e3 +! base07: #f7f7f7 +! base08: #7c7c7c +! base09: #999999 +! base0A: #a0a0a0 +! base0B: #8e8e8e +! base0C: #868686 +! base0D: #686868 +! base0E: #747474 +! base0F: #5e5e5e + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #252525, #252525, #101010 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #252525, #b9b9b9, #252525, #252525, #f7f7f7 +rofi.color-active: #252525, #686868, #252525, #252525, #686868 +rofi.color-urgent: #252525, #7c7c7c, #252525, #252525, #7c7c7c + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3