From ad552947ad9856aef4c895479ac163d13a5e58e9 Mon Sep 17 00:00:00 2001 From: Jordi Pakey-Rodriguez Date: Thu, 20 Apr 2017 16:29:24 -0500 Subject: Update themes --- themes/base16-gruvbox-dark-medium.config | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-gruvbox-dark-medium.config (limited to 'themes/base16-gruvbox-dark-medium.config') diff --git a/themes/base16-gruvbox-dark-medium.config b/themes/base16-gruvbox-dark-medium.config new file mode 100644 index 0000000..01419d2 --- /dev/null +++ b/themes/base16-gruvbox-dark-medium.config @@ -0,0 +1,33 @@ +! Base16 Gruvbox dark, medium +! Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) + +! base00: #282828 +! base01: #3c3836 +! base02: #504945 +! base03: #665c54 +! base04: #bdae93 +! base05: #d5c4a1 +! base06: #ebdbb2 +! base07: #fbf1c7 +! base08: #fb4934 +! base09: #fe8019 +! base0A: #fabd2f +! base0B: #b8bb26 +! base0C: #8ec07c +! base0D: #83a598 +! base0E: #d3869b +! base0F: #d65d0e + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #3c3836, #3c3836, #282828 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #3c3836, #d5c4a1, #3c3836, #3c3836, #fbf1c7 +rofi.color-active: #3c3836, #83a598, #3c3836, #3c3836, #83a598 +rofi.color-urgent: #3c3836, #fb4934, #3c3836, #3c3836, #fb4934 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3