Skip to content

Commit

Permalink
fix(ui): use correct pink tag color
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanVoxel committed Dec 24, 2024
1 parent ca4dc0b commit 431efe4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tagstudio/src/core/palette.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ class UiColor(IntEnum):
ColorType.DARK_ACCENT: "#6c2e3b",
},
TagColor.PINK: {
ColorType.PRIMARY: "#ff99c4",
ColorType.PRIMARY: "#F96BB1",
ColorType.TEXT: ColorType.DARK_ACCENT,
ColorType.BORDER: "#ffaad0",
ColorType.LIGHT_ACCENT: "#ffcbe7",
ColorType.DARK_ACCENT: "#6c2e3b",
ColorType.BORDER: "#FA7EBC",
ColorType.LIGHT_ACCENT: "#FDB6DC",
ColorType.DARK_ACCENT: "#5B2135",
},
TagColor.MAGENTA: {
ColorType.PRIMARY: "#f6466f",
Expand Down

0 comments on commit 431efe4

Please sign in to comment.