diff options
author | Jordi Pakey-Rodriguez <jordi.orlando@gmail.com> | 2017-01-13 15:22:37 -0600 |
---|---|---|
committer | Jordi Pakey-Rodriguez <jordi.orlando@gmail.com> | 2017-01-13 15:22:37 -0600 |
commit | 8e1fb72e255643b366d5e0b7b78e0230f65ce45f (patch) | |
tree | f57a08edcf98220d1017f1009e4aa90fc6f08815 /themes/base16-marrakesh.config |
Initial commit
Diffstat (limited to 'themes/base16-marrakesh.config')
-rw-r--r-- | themes/base16-marrakesh.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-marrakesh.config b/themes/base16-marrakesh.config new file mode 100644 index 0000000..4eeb5d5 --- /dev/null +++ b/themes/base16-marrakesh.config @@ -0,0 +1,33 @@ +! Base16 Marrakesh +! Author: Alexandre Gavioli (http://github.com/Alexx2/) + +! base00: #201602 +! base01: #302e00 +! base02: #5f5b17 +! base03: #6c6823 +! base04: #86813b +! base05: #948e48 +! base06: #ccc37a +! base07: #faf0a5 +! base08: #c35359 +! base09: #b36144 +! base0A: #a88339 +! base0B: #18974e +! base0C: #75a738 +! base0D: #477ca1 +! base0E: #8868b3 +! base0F: #b3588e + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #302e00, #302e00, #201602 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #302e00, #948e48, #302e00, #302e00, #faf0a5 +rofi.color-active: #302e00, #477ca1, #302e00, #302e00, #477ca1 +rofi.color-urgent: #302e00, #c35359, #302e00, #302e00, #c35359 + +! Set the desired separator style +rofi.separator-style: solid |