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-nova.config | |
parent | 0efb1185eb530c4ee7a33755b399d16b527af706 (diff) | |
parent | 3e02388fa8251e710af3976e77d29a5400294e19 (diff) |
Merge pull request #12 from gidsi/update
Update
Diffstat (limited to 'themes/base16-nova.config')
-rwxr-xr-x | themes/base16-nova.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-nova.config b/themes/base16-nova.config new file mode 100755 index 0000000..b4b8595 --- /dev/null +++ b/themes/base16-nova.config @@ -0,0 +1,33 @@ +! Base16 Nova +! Author: George Essig (https://github.com/gessig), Trevor D. Miller (https://trevordmiller.com) + +! base00: #3c4c55 +! base01: #556873 +! base02: #6a7d89 +! base03: #899ba6 +! base04: #899ba6 +! base05: #c5d4dd +! base06: #899ba6 +! base07: #556873 +! base08: #83afe5 +! base09: #7fc1ca +! base0A: #a8ce93 +! base0B: #7fc1ca +! base0C: #f2c38f +! base0D: #83afe5 +! base0E: #9a93e1 +! base0F: #f2c38f + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #556873, #556873, #3c4c55 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #556873, #c5d4dd, #556873, #556873, #556873 +rofi.color-active: #556873, #83afe5, #556873, #556873, #83afe5 +rofi.color-urgent: #556873, #83afe5, #556873, #556873, #83afe5 + +! Set the desired separator style +rofi.separator-style: solid |