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-dark.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 themes/base16-papercolor-dark.config (limited to 'themes/base16-papercolor-dark.config') diff --git a/themes/base16-papercolor-dark.config b/themes/base16-papercolor-dark.config new file mode 100755 index 0000000..79c531c --- /dev/null +++ b/themes/base16-papercolor-dark.config @@ -0,0 +1,33 @@ +! Base16 PaperColor Dark +! Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) + +! base00: #1c1c1c +! base01: #af005f +! base02: #5faf00 +! base03: #d7af5f +! base04: #5fafd7 +! base05: #808080 +! base06: #d7875f +! base07: #d0d0d0 +! base08: #585858 +! base09: #5faf5f +! base0A: #afd700 +! base0B: #af87d7 +! base0C: #ffaf00 +! base0D: #ff5faf +! base0E: #00afaf +! base0F: #5f8787 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #af005f, #af005f, #1c1c1c + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #af005f, #808080, #af005f, #af005f, #d0d0d0 +rofi.color-active: #af005f, #ff5faf, #af005f, #af005f, #ff5faf +rofi.color-urgent: #af005f, #585858, #af005f, #af005f, #585858 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3