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-cupcake.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-cupcake.config (limited to 'themes/base16-cupcake.config') diff --git a/themes/base16-cupcake.config b/themes/base16-cupcake.config new file mode 100644 index 0000000..69c2d8a --- /dev/null +++ b/themes/base16-cupcake.config @@ -0,0 +1,33 @@ +! Base16 Cupcake +! Author: Chris Kempson (http://chriskempson.com) + +! base00: #fbf1f2 +! base01: #f2f1f4 +! base02: #d8d5dd +! base03: #bfb9c6 +! base04: #a59daf +! base05: #8b8198 +! base06: #72677E +! base07: #585062 +! base08: #D57E85 +! base09: #EBB790 +! base0A: #DCB16C +! base0B: #A3B367 +! base0C: #69A9A7 +! base0D: #7297B9 +! base0E: #BB99B4 +! base0F: #BAA58C + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #f2f1f4, #f2f1f4, #fbf1f2 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #f2f1f4, #8b8198, #f2f1f4, #f2f1f4, #585062 +rofi.color-active: #f2f1f4, #7297B9, #f2f1f4, #f2f1f4, #7297B9 +rofi.color-urgent: #f2f1f4, #D57E85, #f2f1f4, #f2f1f4, #D57E85 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3