From 3e02388fa8251e710af3976e77d29a5400294e19 Mon Sep 17 00:00:00 2001 From: gidsi Date: Wed, 13 Nov 2019 02:44:28 +0100 Subject: Update themes --- themes/base16-decaf.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 themes/base16-decaf.config (limited to 'themes/base16-decaf.config') diff --git a/themes/base16-decaf.config b/themes/base16-decaf.config new file mode 100755 index 0000000..d887a55 --- /dev/null +++ b/themes/base16-decaf.config @@ -0,0 +1,33 @@ +! Base16 Decaf +! Author: Alex Mirrington (https://github.com/alexmirrington) + +! base00: #2d2d2d +! base01: #393939 +! base02: #515151 +! base03: #777777 +! base04: #b4b7b4 +! base05: #cccccc +! base06: #e0e0e0 +! base07: #ffffff +! base08: #ff7f7b +! base09: #ffbf70 +! base0A: #ffd67c +! base0B: #beda78 +! base0C: #bed6ff +! base0D: #90bee1 +! base0E: #efb3f7 +! base0F: #ff93b3 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #393939, #393939, #2d2d2d + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #393939, #cccccc, #393939, #393939, #ffffff +rofi.color-active: #393939, #90bee1, #393939, #393939, #90bee1 +rofi.color-urgent: #393939, #ff7f7b, #393939, #393939, #ff7f7b + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3