chat color config: set default color for examine highlight
This commit is contained in:
@@ -195,7 +195,10 @@ public interface ChatColorConfig extends Config
|
|||||||
name = "Examine Highlight",
|
name = "Examine Highlight",
|
||||||
description = "Color of highlights in Examine Text"
|
description = "Color of highlights in Examine Text"
|
||||||
)
|
)
|
||||||
Color opaqueExamineHighlight();
|
default Color opaqueExamineHighlight()
|
||||||
|
{
|
||||||
|
return Color.decode("#0000FF");
|
||||||
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 50,
|
position = 50,
|
||||||
@@ -407,7 +410,10 @@ public interface ChatColorConfig extends Config
|
|||||||
name = "Examine Highlight (transparent)",
|
name = "Examine Highlight (transparent)",
|
||||||
description = "Color of highlights in Examine Text (transparent)"
|
description = "Color of highlights in Examine Text (transparent)"
|
||||||
)
|
)
|
||||||
Color transparentExamineHighlight();
|
default Color transparentExamineHighlight()
|
||||||
|
{
|
||||||
|
return Color.decode("#0000FF");
|
||||||
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 80,
|
position = 80,
|
||||||
|
|||||||
Reference in New Issue
Block a user