Skip to content

Instantly share code, notes, and snippets.

@hoonoh
Created December 22, 2021 06:36
Show Gist options
  • Save hoonoh/e9c9d40125468b9ada593349197f0c71 to your computer and use it in GitHub Desktop.
Save hoonoh/e9c9d40125468b9ada593349197f0c71 to your computer and use it in GitHub Desktop.
vscode-custom-css config
/*
* `vscode-custom-css` config
*
* workspace folder text to white bold with extra charactors to clarify folder boundaries.
*/
div.monaco-tl-contents > div.rootfolder-icon {
color: #fff;
font-weight: bold;
}
div.monaco-tl-contents > div.rootfolder-icon::after {
content: "==========";
color: #fff;
}
/* end */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment