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-flat.config | |
parent | ad552947ad9856aef4c895479ac163d13a5e58e9 (diff) | |
parent | f5ecc9e2a537fd93d388b6ed3569cabe377ff020 (diff) |
Merge pull request #4 from AuditeMarlow/patch-build
Added new missing themes
Diffstat (limited to 'themes/base16-flat.config')
-rw-r--r-- | themes/base16-flat.config | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/themes/base16-flat.config b/themes/base16-flat.config index 0fb9a5d..9803655 100644 --- a/themes/base16-flat.config +++ b/themes/base16-flat.config @@ -1,33 +1,33 @@ ! Base16 Flat ! Author: Chris Kempson (http://chriskempson.com) -! base00: #2C3E50 -! base01: #34495E -! base02: #7F8C8D -! base03: #95A5A6 -! base04: #BDC3C7 +! base00: #2c3e50 +! base01: #34495e +! base02: #7f8c8d +! base03: #95a5a6 +! base04: #bdc3c7 ! base05: #e0e0e0 ! base06: #f5f5f5 -! base07: #ECF0F1 -! base08: #E74C3C -! base09: #E67E22 -! base0A: #F1C40F -! base0B: #2ECC71 -! base0C: #1ABC9C -! base0D: #3498DB -! base0E: #9B59B6 +! base07: #ecf0f1 +! base08: #e74c3c +! base09: #e67e22 +! base0A: #f1c40f +! base0B: #2ecc71 +! base0C: #1abc9c +! base0D: #3498db +! base0E: #9b59b6 ! base0F: #be643c ! Enable the extended coloring options rofi.color-enabled: true ! Property Name BG Border Separator -rofi.color-window: #34495E, #34495E, #2C3E50 +rofi.color-window: #34495e, #34495e, #2c3e50 ! Property Name BG FG BG-alt Head-BG Head-FG -rofi.color-normal: #34495E, #e0e0e0, #34495E, #34495E, #ECF0F1 -rofi.color-active: #34495E, #3498DB, #34495E, #34495E, #3498DB -rofi.color-urgent: #34495E, #E74C3C, #34495E, #34495E, #E74C3C +rofi.color-normal: #34495e, #e0e0e0, #34495e, #34495e, #ecf0f1 +rofi.color-active: #34495e, #3498db, #34495e, #34495e, #3498db +rofi.color-urgent: #34495e, #e74c3c, #34495e, #34495e, #e74c3c ! Set the desired separator style rofi.separator-style: solid |