From f5ecc9e2a537fd93d388b6ed3569cabe377ff020 Mon Sep 17 00:00:00 2001 From: Niek den Breeje Date: Sat, 18 Nov 2017 15:10:53 +0100 Subject: Updated themes with builder --- themes/base16-circus.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 themes/base16-circus.config (limited to 'themes/base16-circus.config') diff --git a/themes/base16-circus.config b/themes/base16-circus.config new file mode 100755 index 0000000..879d081 --- /dev/null +++ b/themes/base16-circus.config @@ -0,0 +1,33 @@ +! Base16 Circus +! Author: Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12) + +! base00: #191919 +! base01: #202020 +! base02: #303030 +! base03: #5f5a60 +! base04: #505050 +! base05: #a7a7a7 +! base06: #808080 +! base07: #ffffff +! base08: #dc657d +! base09: #4bb1a7 +! base0A: #c3ba63 +! base0B: #84b97c +! base0C: #4bb1a7 +! base0D: #639ee4 +! base0E: #b888e2 +! base0F: #b888e2 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #202020, #202020, #191919 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #202020, #a7a7a7, #202020, #202020, #ffffff +rofi.color-active: #202020, #639ee4, #202020, #202020, #639ee4 +rofi.color-urgent: #202020, #dc657d, #202020, #202020, #dc657d + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3