update colors

This commit is contained in:
sudacode 2025-04-03 21:31:29 -07:00
parent 7df9682378
commit e0f195e0ee
Signed by: sudacode
SSH Key Fingerprint: SHA256:lT5C2bB398DcX6daCF/gYFNSTK3y+Du3oTGUnYzfTEw

View File

@ -175,47 +175,47 @@ zoom_out_min=-1
# Colors and style # Colors and style
# accent color of the OSC and title bar # accent color of the OSC and title bar
osc_color=#000000 osc_color=#181926
# color of the title in borderless/fullscreen mode # color of the title in borderless/fullscreen mode
window_title_color=#FFFFFF window_title_color=#A5ADCB
# color of the window controls (close, minimize, maximize) in borderless/fullscreen mode # color of the window controls (close, minimize, maximize) in borderless/fullscreen mode
window_controls_color=#FFFFFF window_controls_color=#A5ADCB
# color of close window control on hover # color of close window control on hover
windowcontrols_close_hover=#F45C5B windowcontrols_close_hover=#ED8796
# color of maximize window controls on hover # color of maximize window controls on hover
windowcontrols_max_hover=#F8BC3A windowcontrols_max_hover=#EED49F
# color of minimize window controls on hover # color of minimize window controls on hover
windowcontrols_min_hover=#43CB44 windowcontrols_min_hover=#A6DA95
# color of the title (above seekbar) # color of the title (above seekbar)
title_color=#FFFFFF title_color=#CAD3F5
# color of the cache information # color of the cache information
cache_info_color=#FFFFFF cache_info_color=#CAD3F5
# color of the seekbar progress and handle # color of the seekbar progress and handle
seekbarfg_color=#FB8C00 seekbarfg_color=#C6A0F6
# color of the remaining seekbar # color of the remaining seekbar
seekbarbg_color=#94754F seekbarbg_color=#B7BDF8
# color of the cache ranges on the seekbar # color of the cache ranges on the seekbar
seekbar_cache_color=#918F8E seekbar_cache_color=#A5ADCB
# match volume bar color with seekbar color (ignores side_buttons_color) # match volume bar color with seekbar color (ignores side_buttons_color)
volumebar_match_seek_color=no volumebar_match_seek_color=no
# color of the timestamps (below seekbar) # color of the timestamps (below seekbar)
time_color=#FFFFFF time_color=#CAD3F5
# color of the chapter title next to timestamp (below seekbar) # color of the chapter title next to timestamp (below seekbar)
chapter_title_color=#FFFFFF chapter_title_color=#A5ADCB
# color of the side buttons (audio, subtitles, playlist, etc.) # color of the side buttons (audio, subtitles, playlist, etc.)
side_buttons_color=#FFFFFF side_buttons_color=#A5ADCB
# color of the middle buttons (skip, jump, chapter, etc.) # color of the middle buttons (skip, jump, chapter, etc.)
middle_buttons_color=#FFFFFF middle_buttons_color=#A5ADCB
# color of the play/pause button # color of the play/pause button
playpause_color=#FFFFFF playpause_color=#A5ADCB
# color of the element when held down (pressed) # color of the element when held down (pressed)
held_element_color=#999999 held_element_color=#999999
# color of a hovered button when hover_effect includes "color" # color of a hovered button when hover_effect includes "color"
hover_effect_color=#FB8C00 hover_effect_color=#C6A0F6
# color of the border for thumbnails (with thumbfast) # color of the border for thumbnails (with thumbfast)
thumbnail_border_color=#111111 thumbnail_border_color=#181926
# color of the border outline for thumbnails # color of the border outline for thumbnails
thumbnail_border_outline=#404040 thumbnail_border_outline=#363A4F
# alpha of the OSC background box # alpha of the OSC background box
fade_alpha=130 fade_alpha=130