UNPKG
color-cleaner
Version:
latest (1.0.0)
1.0.0
A CLI tool to clean and consolidate colors in your project files.
color-cleaner
/
.vscode
/
settings.json
7 lines
•
194 B
JSON
View Raw
1
2
3
4
5
6
7
{
"workbench.colorCustomizations"
:
{
"activityBar.background"
:
"#282F2A"
,
"titleBar.activeBackground"
:
"#38423A"
,
"titleBar.activeForeground"
:
"#FAFBFA"
}
}