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-summerfruit-light.config | |
parent | ed1925e198eef0c6630f457c5843f112526b86ae (diff) |
Update themes with base16-builder
- support Rofi 1.5
- added base16-icy
Diffstat (limited to 'themes/base16-summerfruit-light.config')
-rw-r--r-- | themes/base16-summerfruit-light.config | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/themes/base16-summerfruit-light.config b/themes/base16-summerfruit-light.config index 99dfdc6..fc1179f 100644 --- a/themes/base16-summerfruit-light.config +++ b/themes/base16-summerfruit-light.config @@ -1,33 +1,33 @@ ! Base16 Summerfruit Light ! Author: Christopher Corley (http://christop.club/) -! base00: #ffffff -! base01: #e0e0e0 -! base02: #d0d0d0 -! base03: #b0b0b0 +! base00: #FFFFFF +! base01: #E0E0E0 +! base02: #D0D0D0 +! base03: #B0B0B0 ! base04: #000000 ! base05: #101010 ! base06: #151515 ! base07: #202020 -! base08: #ff0086 -! base09: #fd8900 -! base0A: #aba800 -! base0B: #00c918 -! base0C: #1faaaa -! base0D: #3777e6 -! base0E: #ad00a1 -! base0F: #cc6633 +! base08: #FF0086 +! base09: #FD8900 +! base0A: #ABA800 +! base0B: #00C918 +! base0C: #1FAAAA +! base0D: #3777E6 +! base0E: #AD00A1 +! base0F: #CC6633 ! Enable the extended coloring options rofi.color-enabled: true ! Property Name BG Border Separator -rofi.color-window: #e0e0e0, #e0e0e0, #ffffff +rofi.color-window: #E0E0E0, #E0E0E0, #FFFFFF ! Property Name BG FG BG-alt Head-BG Head-FG -rofi.color-normal: #e0e0e0, #101010, #e0e0e0, #e0e0e0, #202020 -rofi.color-active: #e0e0e0, #3777e6, #e0e0e0, #e0e0e0, #3777e6 -rofi.color-urgent: #e0e0e0, #ff0086, #e0e0e0, #e0e0e0, #ff0086 +rofi.color-normal: #E0E0E0, #101010, #E0E0E0, #E0E0E0, #202020 +rofi.color-active: #E0E0E0, #3777E6, #E0E0E0, #E0E0E0, #3777E6 +rofi.color-urgent: #E0E0E0, #FF0086, #E0E0E0, #E0E0E0, #FF0086 ! Set the desired separator style rofi.separator-style: solid |