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",