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 ca4dc0b commit 431efe4Copy full SHA for 431efe4
tagstudio/src/core/palette.py
@@ -79,11 +79,11 @@ class UiColor(IntEnum):
79
ColorType.DARK_ACCENT: "#6c2e3b",
80
},
81
TagColor.PINK: {
82
- ColorType.PRIMARY: "#ff99c4",
+ ColorType.PRIMARY: "#F96BB1",
83
ColorType.TEXT: ColorType.DARK_ACCENT,
84
- ColorType.BORDER: "#ffaad0",
85
- ColorType.LIGHT_ACCENT: "#ffcbe7",
86
- ColorType.DARK_ACCENT: "#6c2e3b",
+ ColorType.BORDER: "#FA7EBC",
+ ColorType.LIGHT_ACCENT: "#FDB6DC",
+ ColorType.DARK_ACCENT: "#5B2135",
87
88
TagColor.MAGENTA: {
89
ColorType.PRIMARY: "#f6466f",
0 commit comments