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-solarflare.config | |
parent | ad552947ad9856aef4c895479ac163d13a5e58e9 (diff) | |
parent | f5ecc9e2a537fd93d388b6ed3569cabe377ff020 (diff) |
Merge pull request #4 from AuditeMarlow/patch-build
Added new missing themes
Diffstat (limited to 'themes/base16-solarflare.config')
-rwxr-xr-x | themes/base16-solarflare.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-solarflare.config b/themes/base16-solarflare.config new file mode 100755 index 0000000..a87d818 --- /dev/null +++ b/themes/base16-solarflare.config @@ -0,0 +1,33 @@ +! Base16 Solar Flare +! Author: Chuck Harmston (https://chuck.harmston.ch) + +! base00: #18262f +! base01: #222e38 +! base02: #586875 +! base03: #667581 +! base04: #85939e +! base05: #a6afb8 +! base06: #e8e9ed +! base07: #f5f7fa +! base08: #ef5253 +! base09: #e66b2b +! base0A: #e4b51c +! base0B: #7cc844 +! base0C: #52cbb0 +! base0D: #33b5e1 +! base0E: #a363d5 +! base0F: #d73c9a + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #222e38, #222e38, #18262f + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #222e38, #a6afb8, #222e38, #222e38, #f5f7fa +rofi.color-active: #222e38, #33b5e1, #222e38, #222e38, #33b5e1 +rofi.color-urgent: #222e38, #ef5253, #222e38, #222e38, #ef5253 + +! Set the desired separator style +rofi.separator-style: solid |