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-embers.config | |
parent | ad552947ad9856aef4c895479ac163d13a5e58e9 (diff) | |
parent | f5ecc9e2a537fd93d388b6ed3569cabe377ff020 (diff) |
Merge pull request #4 from AuditeMarlow/patch-build
Added new missing themes
Diffstat (limited to 'themes/base16-embers.config')
-rw-r--r-- | themes/base16-embers.config | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/themes/base16-embers.config b/themes/base16-embers.config index c9076c5..946e590 100644 --- a/themes/base16-embers.config +++ b/themes/base16-embers.config @@ -1,33 +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 +! 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 +! 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 +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 +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 |