We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431efe4 commit 020a73dCopy full SHA for 020a73d
tagstudio/src/core/palette.py
@@ -95,8 +95,7 @@ class UiColor(IntEnum):
95
TagColor.RED: {
96
ColorType.PRIMARY: "#e22c3c",
97
ColorType.TEXT: ColorType.DARK_ACCENT,
98
- ColorType.BORDER: "#b21f2d",
99
- # ColorType.BORDER: '#e54252',
+ ColorType.BORDER: "#e54252",
100
ColorType.LIGHT_ACCENT: "#f39caa",
101
ColorType.DARK_ACCENT: "#440d12",
102
},
@@ -131,8 +130,7 @@ class UiColor(IntEnum):
131
130
TagColor.YELLOW: {
132
ColorType.PRIMARY: "#ffd63d",
133
134
- # ColorType.BORDER: '#ffe071',
135
- ColorType.BORDER: "#e8af31",
+ ColorType.BORDER: "#ffe071",
136
ColorType.LIGHT_ACCENT: "#fff3c4",
137
ColorType.DARK_ACCENT: "#754312",
138
0 commit comments