diff options
author | Jordi Pakey-Rodriguez <0xdec@users.noreply.github.com> | 2017-11-21 13:55:18 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-21 13:55:18 -0600 |
commit | 6f8f3d45baf74a181b4f0a61d83eb01fd4ff894e (patch) | |
tree | 19be497346e1237a35c2c1efc67bad6f7e53d6dc /themes/base16-material-palenight.config | |
parent | ad552947ad9856aef4c895479ac163d13a5e58e9 (diff) | |
parent | f5ecc9e2a537fd93d388b6ed3569cabe377ff020 (diff) |
Merge pull request #4 from AuditeMarlow/patch-build
Added new missing themes
Diffstat (limited to 'themes/base16-material-palenight.config')
-rwxr-xr-x | themes/base16-material-palenight.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-material-palenight.config b/themes/base16-material-palenight.config new file mode 100755 index 0000000..b3a63f6 --- /dev/null +++ b/themes/base16-material-palenight.config @@ -0,0 +1,33 @@ +! Base16 Material Palenight +! Author: Nate Peterson + +! base00: #292d3e +! base01: #444267 +! base02: #32374d +! base03: #676e95 +! base04: #8796b0 +! base05: #959dcb +! base06: #959dcb +! base07: #ffffff +! base08: #f07178 +! base09: #f78c6c +! base0A: #ffcb6b +! base0B: #c3e88d +! base0C: #89ddff +! base0D: #82aaff +! base0E: #c792ea +! base0F: #ff5370 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #444267, #444267, #292d3e + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #444267, #959dcb, #444267, #444267, #ffffff +rofi.color-active: #444267, #82aaff, #444267, #444267, #82aaff +rofi.color-urgent: #444267, #f07178, #444267, #444267, #f07178 + +! Set the desired separator style +rofi.separator-style: solid |