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-atlas.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 themes/base16-atlas.config (limited to 'themes/base16-atlas.config') diff --git a/themes/base16-atlas.config b/themes/base16-atlas.config new file mode 100755 index 0000000..e3c6419 --- /dev/null +++ b/themes/base16-atlas.config @@ -0,0 +1,33 @@ +! Base16 Atlas +! Author: Alex Lende (https://ajlende.com) + +! base00: #002635 +! base01: #00384d +! base02: #517f8d +! base03: #6c8b91 +! base04: #869696 +! base05: #a1a19a +! base06: #e6e6dc +! base07: #fafaf8 +! base08: #ff5a67 +! base09: #f08e48 +! base0A: #ffcc1b +! base0B: #7fc06e +! base0C: #14747e +! base0D: #5dd7b9 +! base0E: #9a70a4 +! base0F: #c43060 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #00384d, #00384d, #002635 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #00384d, #a1a19a, #00384d, #00384d, #fafaf8 +rofi.color-active: #00384d, #5dd7b9, #00384d, #00384d, #5dd7b9 +rofi.color-urgent: #00384d, #ff5a67, #00384d, #00384d, #ff5a67 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3