From 9e21739cc5f808337f917864eccf29a57ff5189b Mon Sep 17 00:00:00 2001 From: Jordi Pakey-Rodriguez Date: Thu, 1 Mar 2018 18:02:24 -0600 Subject: Update themes with base16-builder - support Rofi 1.5 - added base16-icy --- themes/base16-classic-light.config | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) mode change 100755 => 100644 themes/base16-classic-light.config (limited to 'themes/base16-classic-light.config') diff --git a/themes/base16-classic-light.config b/themes/base16-classic-light.config old mode 100755 new mode 100644 index fc6d66e..1931203 --- 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 -- cgit v1.2.3