-
Notifications
You must be signed in to change notification settings - Fork 2
/
cava_config
28 lines (23 loc) · 978 Bytes
/
cava_config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[color]
# 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 ''). User defined colors requires
# a terminal that can change color definitions such as Gnome-terminal or rxvt.
# default is to keep current terminal color
; background = default
; foreground = default
# SDL only support hex code colors, these are the default:
; background = '#111111'
; foreground = '#33cccc'
# Gradient mode, only hex defined colors are supported,
# background must also be defined in hex or remain commented out. 1 = on, 0 = off.
# You can define as many as 8 different colors. They range from bottom to top of screen
gradient = 1
gradient_count = 2
gradient_color_1 = '#00C9FF'
gradient_color_2 = '#92FE9D'
;gradient_color_3 = '#B2AF84'
;gradient_color_4 = '#cccc33'
;gradient_color_5 = '#cca633'
;gradient_color_6 = '#cc8033'
;gradient_color_7 = '#cc5933'
;gradient_color_8 = '#cc3333'