From 6bbf93198f719481645baa12ec47bc3dace9604c Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Mon, 3 Jun 2024 20:09:12 -0500 Subject: [PATCH] Correct color, add new highlight --- constants.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/constants.json b/constants.json index 9c0eec4..3943f93 100644 --- a/constants.json +++ b/constants.json @@ -72,7 +72,7 @@ "color": "rgb(255, 175, 175)" }, "Sylvie": { - "color": "rgb(255, 175, 175)" + "color": "#f768a4" }, "bisexual": { "color": "rgb(214, 2, 112)" @@ -146,6 +146,10 @@ "Ultrakill": { "color": "red", "caseInsensitive": true + }, + "Risk of Rain 2": { + "color": "rgb(150, 220, 255)", + "caseInsensitive": true } } } \ No newline at end of file