draculize cava

This commit is contained in:
horhik 2020-07-27 10:02:48 +03:00
parent 4f3487b60f
commit 898bf6e928
1 changed files with 11 additions and 12 deletions

View File

@ -4,7 +4,7 @@
[general]
# Smoothing mode. Can be 'normal', 'scientific' or 'waves'. DEPRECATED as of 0.6.0
mode = waves
mode = scientific
# Accepts only non-negative values.
; framerate = 60
@ -117,22 +117,21 @@ method = ncurses
# Or defined by hex code '#xxxxxx' (hex code must be within ''). User defined colors requires
# ncurses output method and a terminal that can change color definitions such as Gnome-terminal or rxvt.
# default is to keep current terminal color
; background = default
background = default
foreground = cyan
# 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.
# You can define as many as 8 different colors. They range from bottom to top of screen
; gradient = 1
gradient_count = 8
gradient_color_1 = '#59cc33'
gradient_color_2 = '#80cc33'
gradient_color_3 = '#a6cc33'
gradient_color_4 = '#cccc33'
gradient_color_5 = '#cca633'
gradient_color_6 = '#cc8033'
gradient_color_7 = '#cc5933'
gradient_color_8 = '#cc3333'
gradient = 7
gradient_count = 7
gradient_color_1 = '#8be9fd'
gradient_color_2 = '#50fa7b'
gradient_color_3 = '#f1fa8c'
gradient_color_4 = '#ffb86c'
gradient_color_5 = '#bd93f9'
gradient_color_6 = '#ff79c6'
gradient_color_7 = '#ff5555'