Table of Contents

colourmappings.json

ColourMappings is responsible for mapping colours for each "TerminalType". There may be a number of profiles for screens such as "Default","Standard" and "Greenscreen".

Buy default they each have "TerminalType" definitions for colours, such as:

{
    "Name": "Default",
    "Terminals": [
      {
        "TerminalType": "3270",
        "Colours": [
          {
            "Name": "Black",
            "OriginalColourCode": "#000000",
            "RemappedColourCode": "#000000"
          },

and

 {
        "TerminalType": "5250",
        "Colours": [
          {
            "Name": "Green",
            "OriginalColourCode": "#008000",
            "RemappedColourCode": "#008000"
          },

There is a "3270" version of Green and a "5250" version of green in the chosen profile:

Settings dialog

The version of green that will be displayed or rendered in the emulation page will be determined by the "Terminal Color Scheme" chosen by default in setting.json or subsequently by the user in the settings dialog and the protocol of the host (3270, 5250).