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-paraiso.config |
Initial commit
Diffstat (limited to 'themes/base16-paraiso.config')
-rw-r--r-- | themes/base16-paraiso.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-paraiso.config b/themes/base16-paraiso.config new file mode 100644 index 0000000..4d8bd95 --- /dev/null +++ b/themes/base16-paraiso.config @@ -0,0 +1,33 @@ +! Base16 Paraiso +! Author: Jan T. Sott + +! base00: #2f1e2e +! base01: #41323f +! base02: #4f424c +! base03: #776e71 +! base04: #8d8687 +! base05: #a39e9b +! base06: #b9b6b0 +! base07: #e7e9db +! base08: #ef6155 +! base09: #f99b15 +! base0A: #fec418 +! base0B: #48b685 +! base0C: #5bc4bf +! base0D: #06b6ef +! base0E: #815ba4 +! base0F: #e96ba8 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #41323f, #41323f, #2f1e2e + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #41323f, #a39e9b, #41323f, #41323f, #e7e9db +rofi.color-active: #41323f, #06b6ef, #41323f, #41323f, #06b6ef +rofi.color-urgent: #41323f, #ef6155, #41323f, #41323f, #ef6155 + +! Set the desired separator style +rofi.separator-style: solid |