diff options
author | Jordi Pakey-Rodriguez <jordi.orlando@gmail.com> | 2018-03-01 18:02:24 -0600 |
---|---|---|
committer | Jordi Pakey-Rodriguez <jordi.orlando@gmail.com> | 2018-03-01 18:02:24 -0600 |
commit | 9e21739cc5f808337f917864eccf29a57ff5189b (patch) | |
tree | 12bc1b3cdcb8a89145ca09d33037e0891c88f486 /themes/base16-material.config | |
parent | ed1925e198eef0c6630f457c5843f112526b86ae (diff) |
Update themes with base16-builder
- support Rofi 1.5
- added base16-icy
Diffstat (limited to 'themes/base16-material.config')
-rw-r--r--[-rwxr-xr-x] | themes/base16-material.config | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/themes/base16-material.config b/themes/base16-material.config index 9c2526d..40deef0 100755..100644 --- a/themes/base16-material.config +++ b/themes/base16-material.config @@ -2,32 +2,32 @@ ! Author: Nate Peterson ! base00: #263238 -! base01: #2e3c43 +! base01: #2E3C43 ! base02: #314549 -! base03: #546e7a -! base04: #b2ccd6 -! base05: #eeffff -! base06: #eeffff -! base07: #ffffff -! base08: #f07178 -! base09: #f78c6c -! base0A: #ffcb6b -! base0B: #c3e88d -! base0C: #89ddff -! base0D: #82aaff -! base0E: #c792ea -! base0F: #ff5370 +! base03: #546E7A +! base04: #B2CCD6 +! base05: #EEFFFF +! base06: #EEFFFF +! base07: #FFFFFF +! base08: #F07178 +! base09: #F78C6C +! base0A: #FFCB6B +! base0B: #C3E88D +! base0C: #89DDFF +! base0D: #82AAFF +! base0E: #C792EA +! base0F: #FF5370 ! Enable the extended coloring options rofi.color-enabled: true ! Property Name BG Border Separator -rofi.color-window: #2e3c43, #2e3c43, #263238 +rofi.color-window: #2E3C43, #2E3C43, #263238 ! Property Name BG FG BG-alt Head-BG Head-FG -rofi.color-normal: #2e3c43, #eeffff, #2e3c43, #2e3c43, #ffffff -rofi.color-active: #2e3c43, #82aaff, #2e3c43, #2e3c43, #82aaff -rofi.color-urgent: #2e3c43, #f07178, #2e3c43, #2e3c43, #f07178 +rofi.color-normal: #2E3C43, #EEFFFF, #2E3C43, #2E3C43, #FFFFFF +rofi.color-active: #2E3C43, #82AAFF, #2E3C43, #2E3C43, #82AAFF +rofi.color-urgent: #2E3C43, #F07178, #2E3C43, #2E3C43, #F07178 ! Set the desired separator style rofi.separator-style: solid |