Fix label colors in the default Dark theme

This commit is contained in:
luisangelsm
2026-03-22 18:52:16 +01:00
parent 6752b0b2a4
commit 9af9e8547a

View File

@ -195,9 +195,9 @@
"labelColors": { "labelColors": {
"blue": "#82C7FF", "blue": "#82C7FF",
"cyan": "#A0FDDB", "cyan": "#A0FDDB",
"dark": "#B7B7B7", "dark": "#7C7C7C",
"green": "#ADE738", "green": "#ADE738",
"light": "#CBCBCB", "light": "#AFAFAF",
"orange": "#F5C240", "orange": "#F5C240",
"pink": "#FD9CDA", "pink": "#FD9CDA",
"purple": "#D692FC", "purple": "#D692FC",