Change default configuration values and use proper styling

This commit is contained in:
jesse1412
2019-02-11 04:01:44 +00:00
parent d0b4038abe
commit 556da724b7
2 changed files with 10 additions and 10 deletions

View File

@@ -62,7 +62,7 @@ public interface TileIndicatorsConfig extends Config
) )
default Color highlightCurrentColor() default Color highlightCurrentColor()
{ {
return Color.GRAY; return Color.cyan;
} }
@ConfigItem( @ConfigItem(
@@ -72,7 +72,7 @@ public interface TileIndicatorsConfig extends Config
) )
default boolean highlightCurrentTile() default boolean highlightCurrentTile()
{ {
return true; return false;
} }
@ConfigItem( @ConfigItem(