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-ir-black.config |
Initial commit
Diffstat (limited to 'themes/base16-ir-black.config')
-rw-r--r-- | themes/base16-ir-black.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-ir-black.config b/themes/base16-ir-black.config new file mode 100644 index 0000000..b5fddca --- /dev/null +++ b/themes/base16-ir-black.config @@ -0,0 +1,33 @@ +! Base16 IR Black +! Author: Timothée Poisot (http://timotheepoisot.fr) + +! base00: #000000 +! base01: #242422 +! base02: #484844 +! base03: #6c6c66 +! base04: #918f88 +! base05: #b5b3aa +! base06: #d9d7cc +! base07: #fdfbee +! base08: #ff6c60 +! base09: #e9c062 +! base0A: #ffffb6 +! base0B: #a8ff60 +! base0C: #c6c5fe +! base0D: #96cbfe +! base0E: #ff73fd +! base0F: #b18a3d + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #242422, #242422, #000000 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #242422, #b5b3aa, #242422, #242422, #fdfbee +rofi.color-active: #242422, #96cbfe, #242422, #242422, #96cbfe +rofi.color-urgent: #242422, #ff6c60, #242422, #242422, #ff6c60 + +! Set the desired separator style +rofi.separator-style: solid |