Skip to content

Instantly share code, notes, and snippets.

@mikebronner
Created June 18, 2023 00:15
Show Gist options
  • Save mikebronner/38c17b4875ba017e99c962fcf544377a to your computer and use it in GitHub Desktop.
Save mikebronner/38c17b4875ba017e99c962fcf544377a to your computer and use it in GitHub Desktop.
Custom CSS for VSCode Customization
/* uses VSCode Extension: https://github.com/be5invis/vscode-custom-css */
.scrollbar {
padding: 2px;
}
.scrollbar > .slider {
border-radius: 4px;
margin: 2px;
}
.ced-1-TextEditorDecorationType24-3::before,
.ced-2-TextEditorDecorationType21-3::before {
border-radius: 2px !important;
border-width: 0 !important;
height: 14px !important;
width: 14px !important;
}
.suggest-icon {
margin-left: 5px !important;
margin-right: 5px !important;
height: 100% !important;
line-height: 100% !important;
}
.colorspan {
border-radius: 3px !important;
border-width: 0 !important;
height: 14px !important;
width: 14px !important;
}
.editor-widget.suggest-widget {
border-radius: 5px !important;
}
@xzbdmw
Copy link

xzbdmw commented Jan 28, 2024

hello is it possible to change suggestion icons?

@mikebronner
Copy link
Author

hello is it possible to change suggestion icons?

I'm not sure, I don't think so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment