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-materia.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-materia.config (limited to 'themes/base16-materia.config') diff --git a/themes/base16-materia.config b/themes/base16-materia.config new file mode 100644 index 0000000..c77bdf1 --- /dev/null +++ b/themes/base16-materia.config @@ -0,0 +1,33 @@ +! Base16 Materia +! Author: Defman21 + +! base00: #263238 +! base01: #2C393F +! base02: #37474F +! base03: #707880 +! base04: #C9CCD3 +! base05: #CDD3DE +! base06: #D5DBE5 +! base07: #FFFFFF +! base08: #EC5F67 +! base09: #EA9560 +! base0A: #FFCC00 +! base0B: #8BD649 +! base0C: #80CBC4 +! base0D: #89DDFF +! base0E: #82AAFF +! base0F: #EC5F67 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #2C393F, #2C393F, #263238 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #2C393F, #CDD3DE, #2C393F, #2C393F, #FFFFFF +rofi.color-active: #2C393F, #89DDFF, #2C393F, #2C393F, #89DDFF +rofi.color-urgent: #2C393F, #EC5F67, #2C393F, #2C393F, #EC5F67 + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3