This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"workbench.colorCustomizations": { | |
// Contrast colors - The contrast colors are typically only set for high contrast themes. If set, they add an additional border around items across the UI to increase the contrast | |
"contrastActiveBorder": "", //An extra border around active elements to separate them from others for greater contrast. | |
"contrastBorder": "", //An extra border around elements to separate them from others for greater contrast. | |
//Base colors | |
"focusBorder": "", //Overall border color for focused elements. This color is only used if not overridden by a component. | |
"foreground": "", //Overall foreground color. This color is only used if not overridden by a component. | |
"disabledForeground": "", //Overall foreground for disabled elements. This color is only used if not overridden by a component. | |
"widget.border": "", //Border color of widgets such as Find/Replace inside the editor. | |
"widget.shadow": "", //Shadow color of widgets such as Find/Replace inside the editor. |