diff options
Diffstat (limited to '')
-rw-r--r-- | dotfiles/config/cava/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/config/cava/config b/dotfiles/config/cava/config index 219c95b..9d83d91 100644 --- a/dotfiles/config/cava/config +++ b/dotfiles/config/cava/config @@ -119,7 +119,7 @@ method = ncurses # default is to keep current terminal color ; background = default ; foreground = default -foreground = '#ff00ff' +foreground = "#711C91" # Gradient mode, only hex defined colors (and thereby ncurses mode) are supported, # background must also be defined in hex or remain commented out. 1 = on, 0 = off. |