Skip to content

Commit

Permalink
chore: adjust job colors
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrkafuu committed Jul 1, 2024
1 parent 7359140 commit 33acfe1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/themes/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@ const jobColors: Colors = {
nin: [175, 25, 100, 0.4],
sam: [228, 109, 4, 0.4],
rpr: [150, 90, 144, 0.4],
vpr: [216, 67, 21, 0.4],
brd: [145, 186, 94, 0.4],
mch: [110, 225, 214, 0.4],
dnc: [226, 176, 175, 0.4],
blm: [165, 121, 214, 0.4],
smn: [45, 155, 120, 0.4],
rdm: [232, 123, 123, 0.4],
pct: [139, 202, 2, 0.4],
blu: [0, 185, 247, 0.4],
},
};
Expand Down
2 changes: 2 additions & 0 deletions src/themes/ikegami.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@ const jobColors: Colors = {
nin: [211, 47, 47],
sam: [255, 202, 40],
rpr: [255, 160, 0],
vpr: [216, 116, 21],
brd: [158, 157, 36],
mch: [0, 151, 167],
dnc: [244, 143, 177],
blm: [126, 87, 194],
smn: [46, 125, 50],
rdm: [233, 30, 99],
pct: [139, 202, 2],
blu: [0, 185, 247],
},
};
Expand Down
2 changes: 2 additions & 0 deletions src/themes/support/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ interface ColorsWithJob extends ColorsBasics {
nin: RGBAColor;
sam: RGBAColor;
rpr: RGBAColor;
vpr: RGBAColor;
// ranged
brd: RGBAColor;
mch: RGBAColor;
Expand All @@ -58,6 +59,7 @@ interface ColorsWithJob extends ColorsBasics {
blm: RGBAColor;
smn: RGBAColor;
rdm: RGBAColor;
pct: RGBAColor;
blu: RGBAColor;
};
role?: never;
Expand Down
2 changes: 1 addition & 1 deletion src/views/Settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
}

.settings-colors-grid {
max-width: $size-form * 10 + $padding-md * 9;
max-width: $size-form * 11 + $padding-md * 10;
display: flex;
flex-wrap: wrap;
gap: $padding-md;
Expand Down

0 comments on commit 33acfe1

Please sign in to comment.