diff options
author | Jordi Pakey-Rodriguez <jordi.orlando@gmail.com> | 2017-01-13 15:22:37 -0600 |
---|---|---|
committer | Jordi Pakey-Rodriguez <jordi.orlando@gmail.com> | 2017-01-13 15:22:37 -0600 |
commit | 8e1fb72e255643b366d5e0b7b78e0230f65ce45f (patch) | |
tree | f57a08edcf98220d1017f1009e4aa90fc6f08815 /themes/base16-seti-ui.config |
Initial commit
Diffstat (limited to 'themes/base16-seti-ui.config')
-rw-r--r-- | themes/base16-seti-ui.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-seti-ui.config b/themes/base16-seti-ui.config new file mode 100644 index 0000000..8073863 --- /dev/null +++ b/themes/base16-seti-ui.config @@ -0,0 +1,33 @@ +! Base16 Seti UI +! Author: + +! base00: #151718 +! base01: #8ec43d +! base02: #3B758C +! base03: #41535B +! base04: #43a5d5 +! base05: #d6d6d6 +! base06: #eeeeee +! base07: #ffffff +! base08: #Cd3f45 +! base09: #db7b55 +! base0A: #e6cd69 +! base0B: #9fca56 +! base0C: #55dbbe +! base0D: #55b5db +! base0E: #a074c4 +! base0F: #8a553f + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #8ec43d, #8ec43d, #151718 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #8ec43d, #d6d6d6, #8ec43d, #8ec43d, #ffffff +rofi.color-active: #8ec43d, #55b5db, #8ec43d, #8ec43d, #55b5db +rofi.color-urgent: #8ec43d, #Cd3f45, #8ec43d, #8ec43d, #Cd3f45 + +! Set the desired separator style +rofi.separator-style: solid |