Skip to content

Instantly share code, notes, and snippets.

View uncasually's full-sized avatar
💭
🥐 Needs a pastry

Regina uncasually

💭
🥐 Needs a pastry
View GitHub Profile
@uncasually
uncasually / workbench.colorCustomizations.json
Created May 10, 2023 19:02
A list of all the available customizations for Visual Studio Code workbench color theme with the workbench.colorCustomizations user setting. As of 1.78 (2023)
"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.