Skip to content

Commit

Permalink
fix: job colors
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrkafuu committed Jul 1, 2024
1 parent 591d2c3 commit 9c29b09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/themes/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const jobColors: Colors = {
blm: [165, 121, 214, 0.4],
smn: [45, 155, 120, 0.4],
rdm: [232, 123, 123, 0.4],
pct: [139, 202, 2, 0.4],
pct: [139, 202, 23, 0.4],
blu: [0, 185, 247, 0.4],
},
};
Expand Down
2 changes: 1 addition & 1 deletion src/themes/ikegami.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const jobColors: Colors = {
blm: [126, 87, 194],
smn: [46, 125, 50],
rdm: [233, 30, 99],
pct: [139, 202, 2],
pct: [95, 153, 51],
blu: [0, 185, 247],
},
};
Expand Down

0 comments on commit 9c29b09

Please sign in to comment.