feat(styles): fix alternate background for FILE_EXPLORER_STYLE

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-family: {font_family};
background: {color_c};
alternate-background-color: {color_c};
color: {color_f};
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;