mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-09 16:45:46 -07:00
Match runelite tag/highlight color
This commit is contained in:
parent
e9d197ec98
commit
52e4e8c3e4
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ open class plugin : Plugin() {
|
||||||
}
|
}
|
||||||
|
|
||||||
private val colorMap = mapOf(
|
private val colorMap = mapOf(
|
||||||
"tagged" to "#A020F0",
|
"tagged" to "#AA00FF",
|
||||||
"hidden" to "#808080",
|
"hidden" to "#808080",
|
||||||
"lowValue" to "#66B2FF",
|
"lowValue" to "#66B2FF",
|
||||||
"mediumValue" to "#99FF99",
|
"mediumValue" to "#99FF99",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue