1

Modules/Color: Don't use alias colors in applyColors script

This commit is contained in:
2025-07-20 15:18:10 +02:00
parent a67029abe7
commit eaed412a29

View File

@ -10,6 +10,12 @@ from typing import Callable
# }
colors: dict[str, str]
# We don't want the accent aliases here
del colors["accent"]
del colors["accentHl"]
del colors["accentDim"]
del colors["accentText"]
def getRule(
line: str,