Change default examine chat color to green

For better visibility
This commit is contained in:
ltvill
2018-08-01 22:19:57 +03:00
committed by Lotto
parent 43c04992bc
commit a2b83e1c90

View File

@@ -451,7 +451,7 @@ public interface ChatColorConfig extends Config
) )
default Color transparentExamineHighlight() default Color transparentExamineHighlight()
{ {
return Color.decode("#0000FF"); return Color.GREEN;
} }
@ConfigItem( @ConfigItem(