background = 'black'
foreground = '#5106db'
# This adjusts the opacity of the bars (must have transparency for it to work)
; foreground_opacity = 1.0
# And this does the same but for the background (under the same condition as above)
; background_opacity = 1.0
# Gradient mode, only hex defined colors are supported, background must also be
# defined in hex or remain commented out.
# To enable gradients, just change gradient_count to the number of colors you
# have specified (0 = disabled)
gradient_count = 2
gradient_color_1 = '#5106db'
gradient_color_2 = '#ff1593'
Color part of my config