Add 'Coloring'

Kristian Knarvik 2021-10-31 16:12:50 +01:00
parent 429e587e36
commit 031c0e2fbe

12
Coloring.md Normal file

@ -0,0 +1,12 @@
## Coloring
Some coloring options are available. The general text color can be changed, and names and networks can be colored individually
### Coloring of general text
The main config contains the option "gates.cosmetic.signColor" which defines the main color used for signs. This set to BLACK by default.
The available colors are: AQUA, BLACK, BLUE, DARK_AQUA, DARK_BLUE, DARK_GRAY, DARK_GREEN, DARK_PURPLE, DARK_RED, GOLD, GRAY, GREEN, LIGHT_PURPLE, RED, WHITE, YELLOW.
### Coloring of gate names and networks
The color of gate names and network names can be set by using the '&' character followed by the character defining the color (a-f, 0-9).
Warning: When coloring the network name, the color matters in the definition of the network. If a network is &4warps and another is &1warps, they will be treated as different networks.