From 8e1fb72e255643b366d5e0b7b78e0230f65ce45f Mon Sep 17 00:00:00 2001 From: Jordi Pakey-Rodriguez Date: Fri, 13 Jan 2017 15:22:37 -0600 Subject: Initial commit --- themes/base16-default-dark.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-default-dark.config (limited to 'themes/base16-default-dark.config') diff --git a/themes/base16-default-dark.config b/themes/base16-default-dark.config new file mode 100644 index 0000000..fe48540 --- /dev/null +++ b/themes/base16-default-dark.config @@ -0,0 +1,33 @@ +! Base16 Default Dark +! Author: Chris Kempson (http://chriskempson.com) + +! base00: #181818 +! base01: #282828 +! base02: #383838 +! base03: #585858 +! base04: #b8b8b8 +! base05: #d8d8d8 +! base06: #e8e8e8 +! base07: #f8f8f8 +! base08: #ab4642 +! base09: #dc9656 +! base0A: #f7ca88 +! base0B: #a1b56c +! base0C: #86c1b9 +! base0D: #7cafc2 +! base0E: #ba8baf +! base0F: #a16946 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #282828, #282828, #181818 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #282828, #d8d8d8, #282828, #282828, #f8f8f8 +rofi.color-active: #282828, #7cafc2, #282828, #282828, #7cafc2 +rofi.color-urgent: #282828, #ab4642, #282828, #282828, #ab4642 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3