Modules/Color: Don't use alias colors in applyColors script
This commit is contained in:
@ -10,6 +10,12 @@ from typing import Callable
|
|||||||
# }
|
# }
|
||||||
colors: dict[str, str]
|
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(
|
def getRule(
|
||||||
line: str,
|
line: str,
|
||||||
|
Reference in New Issue
Block a user