vinaiop.blogg.se

How to change color in the visual studio code editor
How to change color in the visual studio code editor




  • Since I’m only interested in the terminal colors, I look for properties related to terminal.
  • "$schema": "vscode://schemas/color-theme",
  • A new editor will open with all the JSON settings for the current theme, e.g.
  • how to change color in the visual studio code editor

    From the Command Palette > Developer: Generate Color Theme from Current Settings (I just search for “settings”).

    how to change color in the visual studio code editor

    Dark+, Monokai (shown below), Solarized Dark, etc. Assuming you start with VS Code configured the main theme of choice, then first thing to do is to switch to a theme that you like for the terminal, e.g.

    how to change color in the visual studio code editor

    You may not want this, instead one can just customize a specific theme by overriding specific colors, per documentation. This method fixes the terminal color scheme, no matter what theme you choose. I have been too very quiet! I wanted a mash-up of a two Visual Studio Code themes - a light color theme for the main editor area, and a dark theme for the terminal, which I usually keep open.






    How to change color in the visual studio code editor