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-cupertino.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 themes/base16-cupertino.config (limited to 'themes/base16-cupertino.config') diff --git a/themes/base16-cupertino.config b/themes/base16-cupertino.config new file mode 100755 index 0000000..ba1dd61 --- /dev/null +++ b/themes/base16-cupertino.config @@ -0,0 +1,33 @@ +! Base16 Cupertino +! Author: Defman21 + +! base00: #ffffff +! base01: #c0c0c0 +! base02: #c0c0c0 +! base03: #808080 +! base04: #808080 +! base05: #404040 +! base06: #404040 +! base07: #5e5e5e +! base08: #c41a15 +! base09: #eb8500 +! base0A: #826b28 +! base0B: #007400 +! base0C: #318495 +! base0D: #0000ff +! base0E: #a90d91 +! base0F: #826b28 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #c0c0c0, #c0c0c0, #ffffff + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #c0c0c0, #404040, #c0c0c0, #c0c0c0, #5e5e5e +rofi.color-active: #c0c0c0, #0000ff, #c0c0c0, #c0c0c0, #0000ff +rofi.color-urgent: #c0c0c0, #c41a15, #c0c0c0, #c0c0c0, #c41a15 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3