Color theme for VS Code integrated terminal

前端 未结 6 812
眼角桃花
眼角桃花 2020-11-27 13:58

Can we change color settings of VS Code Integrated Terminal? Mine looks dull with just white.

6条回答
  •  [愿得一人]
    2020-11-27 14:32

    VSCode comes with in-built color themes which can be used to change the colors of the editor and the terminal.

    • For changing the color theme press ctrl+k+t in windows/ubuntu or cmd+k+t on mac.
    • Alternatively you can open command palette by pressing ctrl+shift+p in windows/ubuntu or cmd+shift+p on mac and type color. Select preferences: color theme from the options, to select your favourite color.
    • You can also install more themes from the extensions menu on the left bar. just search category:themes to install your favourite themes. (If you need to sort the themes by installs search category:themes @sort:installs)

    Edit - for manually editing colors in terminal

    VSCode team have removed customizing colors from user settings page. Currently using the themes is the only way to customize terminal colors in VSCode. For more information check out issue #6766

提交回复
热议问题