microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
161.25k stars 28.31k forks source link

Support theming of additional integrated terminal colors (for base16 shell) #140235

Open chtenb opened 2 years ago

chtenb commented 2 years ago

Currently it is possible to theme the 16 ansi colors of the integrated terminal. I would like to request that we can theme at least four more colors (nr 17 to 21) such that we can fully theme a base16 shell.

chtenb commented 2 years ago

Perhaps it is desirable to be able to theme any of the 256 colors, such that all possible ANSI extensions in the 256 color space are covered.

Tyriar commented 2 years ago

We'd need a new API in xterm.js for this: https://github.com/xtermjs/xterm.js/issues/3601