Skip to content

Commit 1987236

Browse files
committed
adjust viper's class color to be more recognizeable with smns
1 parent f30ff29 commit 1987236

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/encounterUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const jobColors: Record<string, JobColorInfo> = {
1818
mnk: { roleColor: roleColor.melee, classColor: '#cca567' },
1919
sam: { roleColor: roleColor.melee, classColor: '#ea916d' },
2020
rpr: { roleColor: roleColor.melee, classColor: '#ac6ea5' },
21-
vpr: { roleColor: roleColor.melee, classColor: '#5aa96b' },
21+
vpr: { roleColor: roleColor.melee, classColor: '#588a61' },
2222
brd: { roleColor: roleColor.ranged, classColor: '#a8d887' },
2323
mch: { roleColor: roleColor.ranged, classColor: '#55dac5' },
2424
dnc: { roleColor: roleColor.ranged, classColor: '#e2b0af' },

0 commit comments

Comments
 (0)