@@ -140,22 +140,22 @@ local user_opts = {
140140 windowcontrols_min_hover = " #43CB44" , -- color of minimize window controls on hover
141141 title_color = " #FFFFFF" , -- color of the title (above seekbar)
142142 cache_info_color = " #FFFFFF" , -- color of the cache information
143- seekbarfg_color = " #FB8C00 " , -- color of the seekbar progress
144- seekbarbg_color = " #94754F " , -- color of the remaining seekbar
145- seekbar_cache_color = " #918F8E " , -- color of the cache ranges on the seekbar
146- seek_handle_color = " #94754F " , -- color of the seekbar handle
147- seek_handle_border_color = " #FB8C00 " , -- inner border color drawn inside the seekbar handle (set to "" to disable)
143+ seekbar_cache_color = " #FFFFFF " , -- color of the cache ranges on the seekbar
144+ seekbarfg_color = " #FF8232 " , -- color of the seekbar progress
145+ seekbarbg_color = " #999999 " , -- color of the remaining seekbar
146+ seek_handle_color = " #FF8232 " , -- color of the seekbar handle
147+ seek_handle_border_color = " #454545 " , -- inner border color drawn inside the seekbar handle (set to "" to disable)
148148 volumebar_match_seek_color = false , -- match volume bar color with seekbar color (ignores side_buttons_color)
149149 time_color = " #FFFFFF" , -- color of the timestamps (below seekbar)
150150 chapter_title_color = " #FFFFFF" , -- color of the chapter title (above seekbar)
151151 side_buttons_color = " #FFFFFF" , -- color of the side buttons (audio, subtitles, playlist, etc.)
152152 middle_buttons_color = " #FFFFFF" , -- color of the middle buttons (skip, jump, chapter, etc.)
153153 playpause_color = " #FFFFFF" , -- color of the play/pause button
154154 held_element_color = " #999999" , -- color of the element when held down (pressed)
155- hover_effect_color = " #FB8C00 " , -- color of a hovered button when hover_effect includes "color"
155+ hover_effect_color = " #FF8232 " , -- color of a hovered button when hover_effect includes "color"
156156 thumbnail_box_color = " #111111" , -- color of the background for thumbnail box
157157 thumbnail_box_outline = " #404040" , -- color of the border outline for thumbnail box
158- nibble_color = " #FB8C00 " , -- color of chapter nibbles on the seekbar
158+ nibble_color = " #FF8232 " , -- color of chapter nibbles on the seekbar
159159 nibble_current_color = " #FFFFFF" , -- color of the current chapter nibble on the seekbar
160160
161161 osc_fade_strength = 100 , -- strength of the OSC background fade (0 to disable)
@@ -178,8 +178,8 @@ local user_opts = {
178178
179179 -- Progress bar settings
180180 seek_handle_size = 0.8 , -- size ratio of the seek handle (range: 0 ~ 1)
181- seek_handle_border_size = 0.35 , -- border thickness as a fraction of the handle radius
182- seek_handle_border_hover_size = 0.25 , -- border thickness when handle is hovered (set equal to seek_handle_border_size to disable)
181+ seek_handle_border_size = 0.42 , -- border thickness as a fraction of the handle radius
182+ seek_handle_border_hover_size = 0.31 , -- border thickness when handle is hovered (set equal to seek_handle_border_size to disable)
183183 seekbar_height = " medium" , -- seekbar height preset: "small", "medium", "large", "xlarge"
184184 seekrange = true , -- show seek range overlay
185185 seekrangealpha = 150 , -- transparency of the seek range
@@ -1424,7 +1424,7 @@ local function draw_seekbar_nibbles(element, elem_ass)
14241424
14251425 if slider_lo .nibbles_style == " gap" and element .name == " seekbar" then
14261426 local radius = slider_lo .radius
1427- local bg_alpha = 0
1427+ local bg_alpha = 128
14281428 elem_ass :draw_stop ()
14291429 elem_ass :merge (element .style_ass )
14301430 ass_append_alpha (elem_ass , element .layout .alpha , bg_alpha )
@@ -2187,7 +2187,7 @@ layouts["modern"] = function ()
21872187 lo .layer = 15
21882188 lo .style = osc_styles .seekbar_bg
21892189 lo .box .radius = user_opts .slider_rounded_corners and seekbar_height_style .radius or 0
2190- lo .alpha [1 ] = 0
2190+ lo .alpha [1 ] = 128
21912191
21922192 lo = add_layout (" seekbar" )
21932193 local seekbar_h = 18
@@ -2319,7 +2319,7 @@ layouts["modern"] = function ()
23192319 lo = add_layout (" volumebarbg" )
23202320 lo .geometry = {x = start_x , y = refY - (user_opts .osc_height / 2 ), an = 4 , w = 55 , h = 4 }
23212321 lo .layer = 15
2322- lo .alpha [1 ] = 0
2322+ lo .alpha [1 ] = 128
23232323 lo .style = user_opts .volumebar_match_seek_color and osc_styles .seekbar_bg or osc_styles .volumebar_bg
23242324 lo .box .radius = user_opts .slider_rounded_corners and 2 or 0
23252325
@@ -2455,7 +2455,7 @@ layouts["modern-compact"] = function ()
24552455 lo .layer = 15
24562456 lo .style = osc_styles .seekbar_bg
24572457 lo .box .radius = user_opts .slider_rounded_corners and seekbar_height_style .radius or 0
2458- lo .alpha [1 ] = 0
2458+ lo .alpha [1 ] = 128
24592459
24602460 lo = add_layout (" seekbar" )
24612461 local seekbar_h = 18
@@ -2585,7 +2585,7 @@ layouts["modern-compact"] = function ()
25852585 lo = add_layout (" volumebarbg" )
25862586 lo .geometry = {x = start_x , y = refY - (user_opts .osc_height / 2 ), an = 4 , w = 55 , h = 4 }
25872587 lo .layer = 15
2588- lo .alpha [1 ] = 0
2588+ lo .alpha [1 ] = 128
25892589 lo .style = user_opts .volumebar_match_seek_color and osc_styles .seekbar_bg or osc_styles .volumebar_bg
25902590 lo .box .radius = user_opts .slider_rounded_corners and 2 or 0
25912591
@@ -2709,7 +2709,7 @@ layouts["modern-image"] = function ()
27092709 lo = add_layout (" zoom_control_bg" )
27102710 lo .geometry = {x = zx + 25 , y = refY - (user_opts .osc_height / 2 ), an = 4 , w = 80 , h = 4 }
27112711 lo .layer = 15
2712- lo .alpha [1 ] = 0
2712+ lo .alpha [1 ] = 128
27132713 lo .style = osc_styles .volumebar_bg
27142714 lo .box .radius = user_opts .slider_rounded_corners and 2 or 0
27152715
0 commit comments