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-embers.config |
Initial commit
Diffstat (limited to 'themes/base16-embers.config')
-rw-r--r-- | themes/base16-embers.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-embers.config b/themes/base16-embers.config new file mode 100644 index 0000000..c9076c5 --- /dev/null +++ b/themes/base16-embers.config @@ -0,0 +1,33 @@ +! Base16 Embers +! Author: Jannik Siebert (https://github.com/janniks) + +! base00: #16130F +! base01: #2C2620 +! base02: #433B32 +! base03: #5A5047 +! base04: #8A8075 +! base05: #A39A90 +! base06: #BEB6AE +! base07: #DBD6D1 +! base08: #826D57 +! base09: #828257 +! base0A: #6D8257 +! base0B: #57826D +! base0C: #576D82 +! base0D: #6D5782 +! base0E: #82576D +! base0F: #825757 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #2C2620, #2C2620, #16130F + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #2C2620, #A39A90, #2C2620, #2C2620, #DBD6D1 +rofi.color-active: #2C2620, #6D5782, #2C2620, #2C2620, #6D5782 +rofi.color-urgent: #2C2620, #826D57, #2C2620, #2C2620, #826D57 + +! Set the desired separator style +rofi.separator-style: solid |