Skip to main content
Improve code formatting
Source Link
MarredCheese
  • 20.7k
  • 11
  • 106
  • 103

You can actually modify your user settings and edit each colour individually by adding the following to the user settings.

  1. Open user settings (Ctrl+,)
  2. Search for workbench and select Edit in settings.json under Color Customizations
"workbench.colorCustomizations" : {
    "terminal.foreground" : "#00FD61",
    "terminal.background" : "#383737"
}
"workbench.colorCustomizations" : {
    "terminal.foreground" : "#00FD61",
    "terminal.background" : "#383737"
}

For more on what colors you can edit you can find out here.

You can actually modify your user settings and edit each colour individually by adding the following to the user settings.

  1. Open user settings (Ctrl+,)
  2. Search for workbench and select Edit in settings.json under Color Customizations
"workbench.colorCustomizations" : {
    "terminal.foreground" : "#00FD61",
    "terminal.background" : "#383737"
}

For more on what colors you can edit you can find out here.

You can actually modify your user settings and edit each colour individually by adding the following to the user settings.

  1. Open user settings (Ctrl+,)
  2. Search for workbench and select Edit in settings.json under Color Customizations
"workbench.colorCustomizations" : {
    "terminal.foreground" : "#00FD61",
    "terminal.background" : "#383737"
}

For more on what colors you can edit you can find out here.

Fix keyboard tag formatting
Source Link
Josh Correia
  • 4.3k
  • 3
  • 40
  • 61

You can actually modify your user settings and edit each colour individually by adding the following to the user settings.

  1. Open user settings (ctrl + Ctrl+,)
  2. Search for workbench and select Edit in settings.json under Color Customizations
"workbench.colorCustomizations" : {
    "terminal.foreground" : "#00FD61",
    "terminal.background" : "#383737"
}

For more on what colors you can edit you can find out here.

You can actually modify your user settings and edit each colour individually by adding the following to the user settings.

  1. Open user settings (ctrl + ,)
  2. Search for workbench and select Edit in settings.json under Color Customizations
"workbench.colorCustomizations" : {
    "terminal.foreground" : "#00FD61",
    "terminal.background" : "#383737"
}

For more on what colors you can edit you can find out here.

You can actually modify your user settings and edit each colour individually by adding the following to the user settings.

  1. Open user settings (Ctrl+,)
  2. Search for workbench and select Edit in settings.json under Color Customizations
"workbench.colorCustomizations" : {
    "terminal.foreground" : "#00FD61",
    "terminal.background" : "#383737"
}

For more on what colors you can edit you can find out here.

Adds anchor to link to documentation to target section related to question
Source Link

You can actually modify your user settings and edit each colour individually by adding the following to the user settings (open settings with ctrl + , and search for workbench - Then go to Edit in settings.json under color customizations):.

"workbench.colorCustomizations" : {
    "terminal.foreground" : "#00FD61",
    "terminal.background" : "#383737"
}
  1. Open user settings (ctrl + ,)
  2. Search for workbench and select Edit in settings.json under Color Customizations
"workbench.colorCustomizations" : {
    "terminal.foreground" : "#00FD61",
    "terminal.background" : "#383737"
}

For more on what colourscolors you can edit you can find out herehere.

You can actually modify your user settings and edit each colour individually by adding the following to the user settings (open settings with ctrl + , and search for workbench - Then go to Edit in settings.json under color customizations):

"workbench.colorCustomizations" : {
    "terminal.foreground" : "#00FD61",
    "terminal.background" : "#383737"
}

For more on what colours you can edit you can find out here.

You can actually modify your user settings and edit each colour individually by adding the following to the user settings.

  1. Open user settings (ctrl + ,)
  2. Search for workbench and select Edit in settings.json under Color Customizations
"workbench.colorCustomizations" : {
    "terminal.foreground" : "#00FD61",
    "terminal.background" : "#383737"
}

For more on what colors you can edit you can find out here.

fix json indentation and add more detailed instructions
Source Link
Loading
Source Link
Zrag123
  • 3.8k
  • 1
  • 14
  • 6
Loading