From 8dcbbefdda749388ea12b705704e0f9e4e821f1a Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 23 Aug 2017 23:06:38 -0500 Subject: [PATCH] Cava: Switched primary color to cyan --- .config/cava/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/cava/config b/.config/cava/config index c823d83c..87598446 100644 --- a/.config/cava/config +++ b/.config/cava/config @@ -95,7 +95,7 @@ method = pulse # Colors can be one of seven predefined: black, blue, cyan, green, magenta, red, white, yellow. # Or defined by hex code '#xxxxxx' (hex code must be within ''). background = '#1d2021' #bg0_h -foreground = 'magenta' +foreground = 'cyan' [smoothing]