You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
Color part of my config
The text was updated successfully, but these errors were encountered: