Skip to content

Commit 431efe4

Browse files
committed
fix(ui): use correct pink tag color
1 parent ca4dc0b commit 431efe4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tagstudio/src/core/palette.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ class UiColor(IntEnum):
7979
ColorType.DARK_ACCENT: "#6c2e3b",
8080
},
8181
TagColor.PINK: {
82-
ColorType.PRIMARY: "#ff99c4",
82+
ColorType.PRIMARY: "#F96BB1",
8383
ColorType.TEXT: ColorType.DARK_ACCENT,
84-
ColorType.BORDER: "#ffaad0",
85-
ColorType.LIGHT_ACCENT: "#ffcbe7",
86-
ColorType.DARK_ACCENT: "#6c2e3b",
84+
ColorType.BORDER: "#FA7EBC",
85+
ColorType.LIGHT_ACCENT: "#FDB6DC",
86+
ColorType.DARK_ACCENT: "#5B2135",
8787
},
8888
TagColor.MAGENTA: {
8989
ColorType.PRIMARY: "#f6466f",

0 commit comments

Comments
 (0)