From 031c0e2fbe6b42fdda2ce612e6b1c10568c19737 Mon Sep 17 00:00:00 2001 From: Kristian Knarvik Date: Sun, 31 Oct 2021 16:12:50 +0100 Subject: [PATCH] Add 'Coloring' --- Coloring.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Coloring.md diff --git a/Coloring.md b/Coloring.md new file mode 100644 index 0000000..6b064f0 --- /dev/null +++ b/Coloring.md @@ -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. \ No newline at end of file