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, # 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'

View File

@@ -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

View File

@@ -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