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-chalk.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-chalk.config (limited to 'themes/base16-chalk.config') diff --git a/themes/base16-chalk.config b/themes/base16-chalk.config new file mode 100644 index 0000000..20b9544 --- /dev/null +++ b/themes/base16-chalk.config @@ -0,0 +1,33 @@ +! Base16 Chalk +! Author: Chris Kempson (http://chriskempson.com) + +! base00: #151515 +! base01: #202020 +! base02: #303030 +! base03: #505050 +! base04: #b0b0b0 +! base05: #d0d0d0 +! base06: #e0e0e0 +! base07: #f5f5f5 +! base08: #fb9fb1 +! base09: #eda987 +! base0A: #ddb26f +! base0B: #acc267 +! base0C: #12cfc0 +! base0D: #6fc2ef +! base0E: #e1a3ee +! base0F: #deaf8f + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #202020, #202020, #151515 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #202020, #d0d0d0, #202020, #202020, #f5f5f5 +rofi.color-active: #202020, #6fc2ef, #202020, #202020, #6fc2ef +rofi.color-urgent: #202020, #fb9fb1, #202020, #202020, #fb9fb1 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3