Darkened the blue

This commit is contained in:
WBHarry 2025-08-07 16:30:41 +02:00
parent c6fc64df98
commit 05b492326b

View file

@ -67,7 +67,7 @@ export default class DhTokenPlaceable extends foundry.canvas.placeables.Token {
// Determine the color to use
const fillColor =
number === 0 ? foundry.utils.Color.fromRGB([1, 0, 0]) : foundry.utils.Color.fromRGB([0, 0, 1]);
number === 0 ? foundry.utils.Color.fromRGB([1, 0, 0]) : foundry.utils.Color.fromString('#0032b1');
// Draw the bar
const widthUnit = bw / data.max;