Add more colors to the dc #280

Closed
opened 2023-09-11 08:46:39 +00:00 by LunarTides · 1 comment
LunarTides commented 2023-09-11 08:46:39 +00:00 (Migrated from github.com)

Add more colors to the log commands in the deck creator.

E.g.

- console.log("ERROR: Invalid command");
+ console.log("<red>ERROR: Invalid command</red>");
- console.log("Searching for '%s'.");
+ console.log("<bright:green>Searching for '%s'.</bright:green>");
Add more colors to the log commands in the [deck creator](https://github.com/LunarTides/Hearthstone.js/blob/3f80c073563e18df6a8bdf85170d9a242717f633/tools/deckcreator.ts). E.g. ```diff - console.log("ERROR: Invalid command"); + console.log("<red>ERROR: Invalid command</red>"); ``` ```diff - console.log("Searching for '%s'."); + console.log("<bright:green>Searching for '%s'.</bright:green>"); ```
LunarTides commented 2025-11-11 08:29:34 +00:00 (Migrated from github.com)

I think the colors are good enough atm

I think the colors are good enough atm
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
LunarTides/Hearthstone.js#280
No description provided.