diff options
author | Jordi Pakey-Rodriguez <0xdec@users.noreply.github.com> | 2017-11-21 13:55:18 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-21 13:55:18 -0600 |
commit | 6f8f3d45baf74a181b4f0a61d83eb01fd4ff894e (patch) | |
tree | 19be497346e1237a35c2c1efc67bad6f7e53d6dc /themes/base16-atelier-plateau-light.config | |
parent | ad552947ad9856aef4c895479ac163d13a5e58e9 (diff) | |
parent | f5ecc9e2a537fd93d388b6ed3569cabe377ff020 (diff) |
Merge pull request #4 from AuditeMarlow/patch-build
Added new missing themes
Diffstat (limited to 'themes/base16-atelier-plateau-light.config')
-rwxr-xr-x | themes/base16-atelier-plateau-light.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-atelier-plateau-light.config b/themes/base16-atelier-plateau-light.config new file mode 100755 index 0000000..e477fce --- /dev/null +++ b/themes/base16-atelier-plateau-light.config @@ -0,0 +1,33 @@ +! Base16 Atelier Plateau Light +! Author: Bram de Haan (http://atelierbramdehaan.nl) + +! base00: #f4ecec +! base01: #e7dfdf +! base02: #8a8585 +! base03: #7e7777 +! base04: #655d5d +! base05: #585050 +! base06: #292424 +! base07: #1b1818 +! base08: #ca4949 +! base09: #b45a3c +! base0A: #a06e3b +! base0B: #4b8b8b +! base0C: #5485b6 +! base0D: #7272ca +! base0E: #8464c4 +! base0F: #bd5187 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #e7dfdf, #e7dfdf, #f4ecec + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #e7dfdf, #585050, #e7dfdf, #e7dfdf, #1b1818 +rofi.color-active: #e7dfdf, #7272ca, #e7dfdf, #e7dfdf, #7272ca +rofi.color-urgent: #e7dfdf, #ca4949, #e7dfdf, #e7dfdf, #ca4949 + +! Set the desired separator style +rofi.separator-style: solid |