feat(styles): fix alternate background for FILE_EXPLORER_STYLE
All checks were successful
Code and build check / Check code (pull_request) Successful in 1m40s
Code and build check / Build with uv (pull_request) Successful in 54s
Code and build check / Check code (push) Successful in 1m40s
Code and build check / Build with uv (push) Successful in 56s

This commit is contained in:
2025-06-28 12:25:09 +07:00
parent 84d4cf8c09
commit 1fc5858733

View File

@ -861,6 +861,7 @@ FILE_EXPLORER_STYLE = f"""
font-size: {font_size_a}; font-size: {font_size_a};
font-family: {font_family}; font-family: {font_family};
background: {color_c}; background: {color_c};
alternate-background-color: {color_c};
color: {color_f}; color: {color_f};
border-top-left-radius: 5px; border-top-left-radius: 5px;
border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;