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-savanna.config |
Initial commit
Diffstat (limited to 'themes/base16-atelier-savanna.config')
-rw-r--r-- | themes/base16-atelier-savanna.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-atelier-savanna.config b/themes/base16-atelier-savanna.config new file mode 100644 index 0000000..894214a --- /dev/null +++ b/themes/base16-atelier-savanna.config @@ -0,0 +1,33 @@ +! Base16 Atelier Savanna +! Author: Bram de Haan (http://atelierbramdehaan.nl) + +! base00: #171c19 +! base01: #232a25 +! base02: #526057 +! base03: #5f6d64 +! base04: #78877d +! base05: #87928a +! base06: #dfe7e2 +! base07: #ecf4ee +! base08: #b16139 +! base09: #9f713c +! base0A: #a07e3b +! base0B: #489963 +! base0C: #1c9aa0 +! base0D: #478c90 +! base0E: #55859b +! base0F: #867469 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #232a25, #232a25, #171c19 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #232a25, #87928a, #232a25, #232a25, #ecf4ee +rofi.color-active: #232a25, #478c90, #232a25, #232a25, #478c90 +rofi.color-urgent: #232a25, #b16139, #232a25, #232a25, #b16139 + +! Set the desired separator style +rofi.separator-style: solid |