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-classic-light.config | |
parent | ed1925e198eef0c6630f457c5843f112526b86ae (diff) |
Update themes with base16-builder
- support Rofi 1.5
- added base16-icy
Diffstat (limited to 'themes/base16-classic-light.config')
-rw-r--r--[-rwxr-xr-x] | themes/base16-classic-light.config | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/themes/base16-classic-light.config b/themes/base16-classic-light.config index fc6d66e..1931203 100755..100644 --- a/themes/base16-classic-light.config +++ b/themes/base16-classic-light.config @@ -1,33 +1,33 @@ ! Base16 Classic Light ! Author: Jason Heeris (http://heeris.id.au) -! base00: #f5f5f5 -! base01: #e0e0e0 -! base02: #d0d0d0 -! base03: #b0b0b0 +! base00: #F5F5F5 +! base01: #E0E0E0 +! base02: #D0D0D0 +! base03: #B0B0B0 ! base04: #505050 ! base05: #303030 ! base06: #202020 ! base07: #151515 -! base08: #ac4142 -! base09: #d28445 -! base0A: #f4bf75 -! base0B: #90a959 -! base0C: #75b5aa -! base0D: #6a9fb5 -! base0E: #aa759f -! base0F: #8f5536 +! base08: #AC4142 +! base09: #D28445 +! base0A: #F4BF75 +! base0B: #90A959 +! base0C: #75B5AA +! base0D: #6A9FB5 +! base0E: #AA759F +! base0F: #8F5536 ! Enable the extended coloring options rofi.color-enabled: true ! Property Name BG Border Separator -rofi.color-window: #e0e0e0, #e0e0e0, #f5f5f5 +rofi.color-window: #E0E0E0, #E0E0E0, #F5F5F5 ! Property Name BG FG BG-alt Head-BG Head-FG -rofi.color-normal: #e0e0e0, #303030, #e0e0e0, #e0e0e0, #151515 -rofi.color-active: #e0e0e0, #6a9fb5, #e0e0e0, #e0e0e0, #6a9fb5 -rofi.color-urgent: #e0e0e0, #ac4142, #e0e0e0, #e0e0e0, #ac4142 +rofi.color-normal: #E0E0E0, #303030, #E0E0E0, #E0E0E0, #151515 +rofi.color-active: #E0E0E0, #6A9FB5, #E0E0E0, #E0E0E0, #6A9FB5 +rofi.color-urgent: #E0E0E0, #AC4142, #E0E0E0, #E0E0E0, #AC4142 ! Set the desired separator style rofi.separator-style: solid |