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-atelier-dune.config |
Initial commit
Diffstat (limited to 'themes/base16-atelier-dune.config')
-rw-r--r-- | themes/base16-atelier-dune.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-atelier-dune.config b/themes/base16-atelier-dune.config new file mode 100644 index 0000000..fd2cb5e --- /dev/null +++ b/themes/base16-atelier-dune.config @@ -0,0 +1,33 @@ +! Base16 Atelier Dune +! Author: Bram de Haan (http://atelierbramdehaan.nl) + +! base00: #20201d +! base01: #292824 +! base02: #6e6b5e +! base03: #7d7a68 +! base04: #999580 +! base05: #a6a28c +! base06: #e8e4cf +! base07: #fefbec +! base08: #d73737 +! base09: #b65611 +! base0A: #ae9513 +! base0B: #60ac39 +! base0C: #1fad83 +! base0D: #6684e1 +! base0E: #b854d4 +! base0F: #d43552 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #292824, #292824, #20201d + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #292824, #a6a28c, #292824, #292824, #fefbec +rofi.color-active: #292824, #6684e1, #292824, #292824, #6684e1 +rofi.color-urgent: #292824, #d73737, #292824, #292824, #d73737 + +! Set the desired separator style +rofi.separator-style: solid |