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-ia-dark.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 themes/base16-ia-dark.config (limited to 'themes/base16-ia-dark.config') diff --git a/themes/base16-ia-dark.config b/themes/base16-ia-dark.config new file mode 100755 index 0000000..6854abe --- /dev/null +++ b/themes/base16-ia-dark.config @@ -0,0 +1,33 @@ +! Base16 iA Dark +! Author: iA Inc. (modified by aramisgithub) + +! base00: #1a1a1a +! base01: #222222 +! base02: #1d414d +! base03: #767676 +! base04: #b8b8b8 +! base05: #cccccc +! base06: #e8e8e8 +! base07: #f8f8f8 +! base08: #d88568 +! base09: #d86868 +! base0A: #b99353 +! base0B: #83a471 +! base0C: #7c9cae +! base0D: #8eccdd +! base0E: #b98eb2 +! base0F: #8b6c37 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #222222, #222222, #1a1a1a + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #222222, #cccccc, #222222, #222222, #f8f8f8 +rofi.color-active: #222222, #8eccdd, #222222, #222222, #8eccdd +rofi.color-urgent: #222222, #d88568, #222222, #222222, #d88568 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3