From fa93dc1cbb185bab17da9c09d6c2c08fefb2e99c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 8 Oct 2023 12:45:42 +0200 Subject: Add tinted militia and reduced legions as option (on by default). Make it easier to see what is what in a mixed stack than just the tiny combat strength number. --- tools/gencolors.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools/gencolors.js') diff --git a/tools/gencolors.js b/tools/gencolors.js index 53c0612..eaff630 100644 --- a/tools/gencolors.js +++ b/tools/gencolors.js @@ -1,4 +1,4 @@ -const { parse_hex, format_hex, lrgb_from_any, rgb_from_any, oklab_from_any } = require("../../common/colors.js") +const { parse_hex, format_hex, lrgb_from_any, rgb_from_any, oklab_from_any } = require("./colors.js") const white = "#ffffff" const black = "#000000" @@ -83,6 +83,9 @@ gencss("#f0f0f0", ".militia") gencss("#f0f0f0", ".legion") gencss("#6e6e6e", ".no_place_governor") +gencss("#f3ddbd", "body.tint .militia") +gencss("#f4cccd", "body.tint .legion.reduced") + gencss("#444444", ".dice.black") gencss("#eeeeee", ".dice.white") -- cgit v1.2.3