mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-29 11:31:29 +00:00
draculize cava
This commit is contained in:
parent
4f3487b60f
commit
898bf6e928
|
@ -4,7 +4,7 @@
|
||||||
[general]
|
[general]
|
||||||
|
|
||||||
# Smoothing mode. Can be 'normal', 'scientific' or 'waves'. DEPRECATED as of 0.6.0
|
# Smoothing mode. Can be 'normal', 'scientific' or 'waves'. DEPRECATED as of 0.6.0
|
||||||
mode = waves
|
mode = scientific
|
||||||
|
|
||||||
# Accepts only non-negative values.
|
# Accepts only non-negative values.
|
||||||
; framerate = 60
|
; framerate = 60
|
||||||
|
@ -117,22 +117,21 @@ method = ncurses
|
||||||
# Or defined by hex code '#xxxxxx' (hex code must be within ''). User defined colors requires
|
# 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.
|
# ncurses output method and a terminal that can change color definitions such as Gnome-terminal or rxvt.
|
||||||
# default is to keep current terminal color
|
# default is to keep current terminal color
|
||||||
; background = default
|
background = default
|
||||||
foreground = cyan
|
foreground = cyan
|
||||||
|
|
||||||
# Gradient mode, only hex defined colors (and thereby ncurses mode) are supported,
|
# 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.
|
# 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
|
# You can define as many as 8 different colors. They range from bottom to top of screen
|
||||||
; gradient = 1
|
gradient = 7
|
||||||
gradient_count = 8
|
gradient_count = 7
|
||||||
gradient_color_1 = '#59cc33'
|
gradient_color_1 = '#8be9fd'
|
||||||
gradient_color_2 = '#80cc33'
|
gradient_color_2 = '#50fa7b'
|
||||||
gradient_color_3 = '#a6cc33'
|
gradient_color_3 = '#f1fa8c'
|
||||||
gradient_color_4 = '#cccc33'
|
gradient_color_4 = '#ffb86c'
|
||||||
gradient_color_5 = '#cca633'
|
gradient_color_5 = '#bd93f9'
|
||||||
gradient_color_6 = '#cc8033'
|
gradient_color_6 = '#ff79c6'
|
||||||
gradient_color_7 = '#cc5933'
|
gradient_color_7 = '#ff5555'
|
||||||
gradient_color_8 = '#cc3333'
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue