Skip to content

Are there workbench.colorCustomizations variables available for components in Positron that aren't in Vscode? #5512

Answered by softwarenerd
ddanieltan asked this question in Q&A
Discussion options

You must be logged in to vote

Hello. You can find all the Positron colors that can be customized by using:

Developer: Generate Color Theme From Current Settings

This will result in an untitled file being opened which lists all the colors that can be customized, including Positron-specific colors. Currently, the Positron-specific colors are:

"positronConsole.ansiBlack": "#000000",
"positronConsole.ansiBlue": "#0451a5",
"positronConsole.ansiBrightBlack": "#666666",
"positronConsole.ansiBrightBlue": "#0451a5",
"positronConsole.ansiBrightCyan": "#0598bc",
"positronConsole.ansiBrightGreen": "#14ce14",
"positronConsole.ansiBrightMagenta": "#bc05bc",
"positronConsole.ansiBrightRed": "#cd3131",
"positronConsole.ansiBrightWhi…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ddanieltan
Comment options

@ntluong95
Comment options

Answer selected by ddanieltan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants