Skip to content

Commit

Permalink
fix(ui): use consistent tag outline colors
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanVoxel committed Dec 24, 2024
1 parent 431efe4 commit 020a73d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tagstudio/src/core/palette.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ class UiColor(IntEnum):
TagColor.RED: {
ColorType.PRIMARY: "#e22c3c",
ColorType.TEXT: ColorType.DARK_ACCENT,
ColorType.BORDER: "#b21f2d",
# ColorType.BORDER: '#e54252',
ColorType.BORDER: "#e54252",
ColorType.LIGHT_ACCENT: "#f39caa",
ColorType.DARK_ACCENT: "#440d12",
},
Expand Down Expand Up @@ -131,8 +130,7 @@ class UiColor(IntEnum):
TagColor.YELLOW: {
ColorType.PRIMARY: "#ffd63d",
ColorType.TEXT: ColorType.DARK_ACCENT,
# ColorType.BORDER: '#ffe071',
ColorType.BORDER: "#e8af31",
ColorType.BORDER: "#ffe071",
ColorType.LIGHT_ACCENT: "#fff3c4",
ColorType.DARK_ACCENT: "#754312",
},
Expand Down

0 comments on commit 020a73d

Please sign in to comment.