Skip to content

Commit 020a73d

Browse files
committed
fix(ui): use consistent tag outline colors
1 parent 431efe4 commit 020a73d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tagstudio/src/core/palette.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ class UiColor(IntEnum):
9595
TagColor.RED: {
9696
ColorType.PRIMARY: "#e22c3c",
9797
ColorType.TEXT: ColorType.DARK_ACCENT,
98-
ColorType.BORDER: "#b21f2d",
99-
# ColorType.BORDER: '#e54252',
98+
ColorType.BORDER: "#e54252",
10099
ColorType.LIGHT_ACCENT: "#f39caa",
101100
ColorType.DARK_ACCENT: "#440d12",
102101
},
@@ -131,8 +130,7 @@ class UiColor(IntEnum):
131130
TagColor.YELLOW: {
132131
ColorType.PRIMARY: "#ffd63d",
133132
ColorType.TEXT: ColorType.DARK_ACCENT,
134-
# ColorType.BORDER: '#ffe071',
135-
ColorType.BORDER: "#e8af31",
133+
ColorType.BORDER: "#ffe071",
136134
ColorType.LIGHT_ACCENT: "#fff3c4",
137135
ColorType.DARK_ACCENT: "#754312",
138136
},

0 commit comments

Comments
 (0)