diff options
author | Jordi Pakey-Rodriguez <0xdec@users.noreply.github.com> | 2019-11-13 11:02:03 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-13 11:02:03 -0800 |
commit | afbc4b22d8f415dc89f36ee509ac35fb161c6df4 (patch) | |
tree | 3a7b57d08a14ebfa293b0528627cd948e7f2bb07 /themes/base16-helios.config | |
parent | 0efb1185eb530c4ee7a33755b399d16b527af706 (diff) | |
parent | 3e02388fa8251e710af3976e77d29a5400294e19 (diff) |
Merge pull request #12 from gidsi/update
Update
Diffstat (limited to 'themes/base16-helios.config')
-rwxr-xr-x | themes/base16-helios.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-helios.config b/themes/base16-helios.config new file mode 100755 index 0000000..fef2aed --- /dev/null +++ b/themes/base16-helios.config @@ -0,0 +1,33 @@ +! Base16 Helios +! Author: Alex Meyer (https://github.com/reyemxela) + +! base00: #1d2021 +! base01: #383c3e +! base02: #53585b +! base03: #6f7579 +! base04: #cdcdcd +! base05: #d5d5d5 +! base06: #dddddd +! base07: #e5e5e5 +! base08: #d72638 +! base09: #eb8413 +! base0A: #f19d1a +! base0B: #88b92d +! base0C: #1ba595 +! base0D: #1e8bac +! base0E: #be4264 +! base0F: #c85e0d + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #383c3e, #383c3e, #1d2021 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #383c3e, #d5d5d5, #383c3e, #383c3e, #e5e5e5 +rofi.color-active: #383c3e, #1e8bac, #383c3e, #383c3e, #1e8bac +rofi.color-urgent: #383c3e, #d72638, #383c3e, #383c3e, #d72638 + +! Set the desired separator style +rofi.separator-style: solid |