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-estuary.config |
Initial commit
Diffstat (limited to 'themes/base16-atelier-estuary.config')
-rw-r--r-- | themes/base16-atelier-estuary.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-atelier-estuary.config b/themes/base16-atelier-estuary.config new file mode 100644 index 0000000..e872e78 --- /dev/null +++ b/themes/base16-atelier-estuary.config @@ -0,0 +1,33 @@ +! Base16 Atelier Estuary +! Author: Bram de Haan (http://atelierbramdehaan.nl) + +! base00: #22221b +! base01: #302f27 +! base02: #5f5e4e +! base03: #6c6b5a +! base04: #878573 +! base05: #929181 +! base06: #e7e6df +! base07: #f4f3ec +! base08: #ba6236 +! base09: #ae7313 +! base0A: #a5980d +! base0B: #7d9726 +! base0C: #5b9d48 +! base0D: #36a166 +! base0E: #5f9182 +! base0F: #9d6c7c + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #302f27, #302f27, #22221b + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #302f27, #929181, #302f27, #302f27, #f4f3ec +rofi.color-active: #302f27, #36a166, #302f27, #302f27, #36a166 +rofi.color-urgent: #302f27, #ba6236, #302f27, #302f27, #ba6236 + +! Set the desired separator style +rofi.separator-style: solid |