refactor: changed colors to better fit new theme
This commit is contained in:
10
cava/config
10
cava/config
@@ -227,11 +227,11 @@ framerate = 45
|
|||||||
# Gradient mode, only hex defined colors are supported,
|
# Gradient mode, only hex defined colors 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 = 0
|
||||||
gradient_count = 3
|
;; gradient_count = 3
|
||||||
gradient_color_1 = '#9E2238'
|
;; gradient_color_1 = '#9E2238'
|
||||||
gradient_color_2 = '#BB6F80'
|
;; gradient_color_2 = '#BB6F80'
|
||||||
gradient_color_3 = '#EB9FB0'
|
;; gradient_color_3 = '#EB9FB0'
|
||||||
;gradient_color_4 = '#68d4f1'
|
;gradient_color_4 = '#68d4f1'
|
||||||
;gradient_color_3 = '#50a3b5'
|
;gradient_color_3 = '#50a3b5'
|
||||||
;gradient_color_2 = '#027c9b'
|
;gradient_color_2 = '#027c9b'
|
||||||
|
|||||||
@@ -19,6 +19,6 @@ color12 #d14781
|
|||||||
color13 #F3A1B7
|
color13 #F3A1B7
|
||||||
color14 #F4F6F8
|
color14 #F4F6F8
|
||||||
color15 #F4F6F8
|
color15 #F4F6F8
|
||||||
background #1e1f29
|
background #1c1c1c
|
||||||
foreground #878b96
|
foreground #878b96
|
||||||
cursor #d14781
|
cursor #d14781
|
||||||
|
|||||||
@@ -1178,7 +1178,7 @@ hide_window_decorations yes
|
|||||||
|
|
||||||
#: The foreground and background colors.
|
#: The foreground and background colors.
|
||||||
|
|
||||||
background_opacity 0.75
|
background_opacity 0.85
|
||||||
|
|
||||||
#: The opacity of the background. A number between zero and one, where
|
#: The opacity of the background. A number between zero and one, where
|
||||||
#: one is opaque and zero is fully transparent. This will only work if
|
#: one is opaque and zero is fully transparent. This will only work if
|
||||||
|
|||||||
Reference in New Issue
Block a user