diff options
Diffstat (limited to 'themes/base16-gigavolt.config')
-rwxr-xr-x | themes/base16-gigavolt.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-gigavolt.config b/themes/base16-gigavolt.config new file mode 100755 index 0000000..631dccf --- /dev/null +++ b/themes/base16-gigavolt.config @@ -0,0 +1,33 @@ +! Base16 Gigavolt +! Author: Aidan Swope (http://github.com/Whillikers) + +! base00: #202126 +! base01: #2d303d +! base02: #5a576e +! base03: #a1d2e6 +! base04: #cad3ff +! base05: #e9e7e1 +! base06: #eff0f9 +! base07: #f2fbff +! base08: #ff661a +! base09: #19f988 +! base0A: #ffdc2d +! base0B: #f2e6a9 +! base0C: #fb6acb +! base0D: #40bfff +! base0E: #ae94f9 +! base0F: #6187ff + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #2d303d, #2d303d, #202126 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #2d303d, #e9e7e1, #2d303d, #2d303d, #f2fbff +rofi.color-active: #2d303d, #40bfff, #2d303d, #2d303d, #40bfff +rofi.color-urgent: #2d303d, #ff661a, #2d303d, #2d303d, #ff661a + +! Set the desired separator style +rofi.separator-style: solid |