Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

Cat

Uploaded by

CatCattyCat

Virus scan

Safe to use

Mod articles

  • Changing chat box output colors

    You can configure the color console output shows as in the console. Note that this only the console output added by this mod - not messages from other players.

    By default, white/black is shown as light blue and every other color is left as is.

    To do this, edit ColorOverrides in the config.json. This field is a map from the console color to the chat box color it should show as, e.g.

    "ColorOverrides": {
     "CONSOLE COLOR: "CHAT BOX COLOR",
     // more if you want
    }


    Valid console colors: Black Blue Cyan DarkBlue DarkCyan DarkGray DarkGreen DarkMagenta DarkRed DarkYellow Gray Green Magenta Red White Yellow .

    SMAPI uses one of two color schemes. On a dark background:
    Trace = DarkGray
    Debug = Dark...