refactor: changed colors to better fit new theme

This commit is contained in:
2025-07-04 00:31:54 +03:00
parent 3a8b8f8504
commit 1aeb25e712
3 changed files with 7 additions and 7 deletions

View File

@@ -227,11 +227,11 @@ framerate = 45
# Gradient mode, only hex defined colors 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 = 3
gradient_color_1 = '#9E2238'
gradient_color_2 = '#BB6F80'
gradient_color_3 = '#EB9FB0'
gradient = 0
;; gradient_count = 3
;; gradient_color_1 = '#9E2238'
;; gradient_color_2 = '#BB6F80'
;; gradient_color_3 = '#EB9FB0'
;gradient_color_4 = '#68d4f1'
;gradient_color_3 = '#50a3b5'
;gradient_color_2 = '#027c9b'