- Introduces custom color configurations for the activity bar and badges in Visual Studio Code. - Enhances the visual appearance and personalization.
11 lines
375 B
JSON
11 lines
375 B
JSON
{
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.activeBackground": "#b66d9f",
|
|
"activityBar.background": "#b66d9f",
|
|
"activityBar.foreground": "#15202b",
|
|
"activityBar.inactiveForeground": "#15202b99",
|
|
"activityBarBadge.background": "#b9ca95",
|
|
"activityBarBadge.foreground": "#15202b"
|
|
},
|
|
"peacock.color": "#a05087"
|
|
} |