Putty Black on White default conversion

By support at augusti 20, 2008 20:56
Filed Under:

In settings.c around 709 change to

    for (i = 0; i < 22; i++) {
    static const char *const defaults[] = {
        "85,85,85", //Default Foreground
        "0,0,0", // Default Bold Foreground
        "242,242,242", //Default Background
        "255,255,255", //Default bold Background
        "85,85,85", //Cursor Text
        "128,64,0", //Cursor Colour
        "85,85,85", //ANSI Black
        "0,0,0", //ANSI Black Bold
        "187,0,0", //ANSI Red
        "255,85,85", //ANSI Red Bold
        "0,100,0", //ANSI Green 
        "0,255,0", //ANSI Green Bold
        "187,187,0", //ANSI Yellow
        "255,255,85", //ANSI Yellow Bold
        "74,74,255", //ANSI Blue
        "140,140,255", //ANSI Blue Bold
        "187,0,187", //ANSI Magenta
        "255,85,255", //ANSI Magenta Bold
        "0,185,185", //ANSI Cyan
        "85,185,185", //ANSI Cyan Bold
        "187,187,187", //ANSI White
        "255,255,255" //ANSI White Bold
    };