diff --git a/.gitignore b/.gitignore index c0090363..e269202d 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,7 @@ Output Logs/ /Archipelago.zip /setup.ini /installdelete.iss +/data/user.kv # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/data/client.kv b/data/client.kv index 5948a3eb..117539b7 100644 --- a/data/client.kv +++ b/data/client.kv @@ -1,4 +1,21 @@ - +: + # Hex-format RGB colors used in clients. Resets after an update/install. + # To avoid, you can copy the TextColors section into a new "user.kv" next to this file + # and it will read from there instead. + black: "000000" + red: "EE0000" + green: "00FF7F" # typically a location + yellow: "FAFAD2" # typically other slots/players + blue: "6495ED" # typically extra info (such as entrance) + magenta: "EE00EE" # typically your slot/player + cyan: "00EEEE" # typically regular item + slateblue: "6D8BE8" # typically useful item + plum: "AF99EF" # typically progression item + salmon: "FA8072" # typically trap item + white: "FFFFFF" # not used, if you want to change the generic text color change color in Label +