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-darktooth.config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/base16-darktooth.config (limited to 'themes/base16-darktooth.config') diff --git a/themes/base16-darktooth.config b/themes/base16-darktooth.config new file mode 100644 index 0000000..78b9c0b --- /dev/null +++ b/themes/base16-darktooth.config @@ -0,0 +1,33 @@ +! Base16 Darktooth +! Author: Jason Milkins (https://github.com/jasonm23) + +! base00: #1D2021 +! base01: #32302F +! base02: #504945 +! base03: #665C54 +! base04: #928374 +! base05: #A89984 +! base06: #D5C4A1 +! base07: #FDF4C1 +! base08: #FB543F +! base09: #FE8625 +! base0A: #FAC03B +! base0B: #95C085 +! base0C: #8BA59B +! base0D: #0D6678 +! base0E: #8F4673 +! base0F: #A87322 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #32302F, #32302F, #1D2021 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #32302F, #A89984, #32302F, #32302F, #FDF4C1 +rofi.color-active: #32302F, #0D6678, #32302F, #32302F, #0D6678 +rofi.color-urgent: #32302F, #FB543F, #32302F, #32302F, #FB543F + +! Set the desired separator style +rofi.separator-style: solid -- cgit v1.2.3