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-papercolor-light.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 themes/base16-papercolor-light.config (limited to 'themes/base16-papercolor-light.config') diff --git a/themes/base16-papercolor-light.config b/themes/base16-papercolor-light.config new file mode 100755 index 0000000..ed8f400 --- /dev/null +++ b/themes/base16-papercolor-light.config @@ -0,0 +1,33 @@ +! Base16 PaperColor Light +! Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) + +! base00: #eeeeee +! base01: #af0000 +! base02: #008700 +! base03: #5f8700 +! base04: #0087af +! base05: #878787 +! base06: #005f87 +! base07: #444444 +! base08: #bcbcbc +! base09: #d70000 +! base0A: #d70087 +! base0B: #8700af +! base0C: #d75f00 +! base0D: #d75f00 +! base0E: #005faf +! base0F: #005f87 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #af0000, #af0000, #eeeeee + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #af0000, #878787, #af0000, #af0000, #444444 +rofi.color-active: #af0000, #d75f00, #af0000, #af0000, #d75f00 +rofi.color-urgent: #af0000, #bcbcbc, #af0000, #af0000, #bcbcbc + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3