From 52e4e8c3e4b646ab83b06104d35f5ffb77966b59 Mon Sep 17 00:00:00 2001 From: downthecrop Date: Wed, 28 Jun 2023 15:20:51 +0900 Subject: [PATCH] Match runelite tag/highlight color --- plugin-playground/src/main/kotlin/GroundItems/plugin.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-playground/src/main/kotlin/GroundItems/plugin.kt b/plugin-playground/src/main/kotlin/GroundItems/plugin.kt index ee2e4ae..5c81b29 100644 --- a/plugin-playground/src/main/kotlin/GroundItems/plugin.kt +++ b/plugin-playground/src/main/kotlin/GroundItems/plugin.kt @@ -44,7 +44,7 @@ open class plugin : Plugin() { } private val colorMap = mapOf( - "tagged" to "#A020F0", + "tagged" to "#AA00FF", "hidden" to "#808080", "lowValue" to "#66B2FF", "mediumValue" to "#99FF99",