Gruvbox Color Config for the cava terminal-based bar spectrum audio visualizer.
Colors are sourced from the gruvbox project color scheme. It's gruuuvy!
I use the dark theme color pallete.
To produce a nice soothing gruvbox themed spectrum analyzer, use the following in your cava config file (usually in ~./config/cava).
[color]
background = '#32302f'
gradient = 1
gradient_count = 8
#GruvBox Green to Red Gradient
gradient_color_1 = '#98971a'
gradient_color_2 = '#98971a'
gradient_color_3 = '#fabd2f'
gradient_color_4 = '#fabd2f'
gradient_color_5 = '#fabd2f'
gradient_color_6 = '#d65d0e'
gradient_color_7 = '#cc241d'
gradient_color_8 = '#cc241d'