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-pico.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-pico.config (limited to 'themes/base16-pico.config') diff --git a/themes/base16-pico.config b/themes/base16-pico.config new file mode 100644 index 0000000..5d3556b --- /dev/null +++ b/themes/base16-pico.config @@ -0,0 +1,33 @@ +! Base16 Pico +! Author: PICO-8 (http://www.lexaloffle.com/pico-8.php) + +! base00: #000000 +! base01: #1d2b53 +! base02: #7e2553 +! base03: #008751 +! base04: #ab5236 +! base05: #5f574f +! base06: #c2c3c7 +! base07: #fff1e8 +! base08: #ff004d +! base09: #ffa300 +! base0A: #fff024 +! base0B: #00e756 +! base0C: #29adff +! base0D: #83769c +! base0E: #ff77a8 +! base0F: #ffccaa + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #1d2b53, #1d2b53, #000000 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #1d2b53, #5f574f, #1d2b53, #1d2b53, #fff1e8 +rofi.color-active: #1d2b53, #83769c, #1d2b53, #1d2b53, #83769c +rofi.color-urgent: #1d2b53, #ff004d, #1d2b53, #1d2b53, #ff004d + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3