Last active
February 19, 2025 02:35
-
-
Save cloorc/d2882523def38ce1ca3752b09e4e8fb2 to your computer and use it in GitHub Desktop.
vscode-customize-css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* A simple vscode style customization for https://github.com/be5invis/vscode-custom-css | |
* Just put this file into anywhere and refer it from your vscode `settings.json` under `vscode_custom_css.imports` as following: | |
* "vscode_custom_css.imports": [ | |
* "file:///c:/Users/anyone/vscode.css" | |
* ] | |
**/ | |
a.label-name, | |
p.subtitle.description, | |
h1.product-name.caption, | |
h2, | |
h3.category-title.max-lines-3, | |
span, | |
span.action-label, | |
.windows, | |
div.menubar-menu-button, | |
div.p-Menu-itemLabel { | |
font-family: "Source Code Pro"; | |
} |
Hmm, released a simple tool to start Visual Studio Code that will replace the editors font to JetBrains Mono
by default.
I tried but couldn't do what you wanted @svk-works
Oh, I managed to do that on my own. It looks so much better now!
Code_KovWYk6L5Y.mp4
这看起来太酷了,您能分享一下您的配置吗?
This looks cool. Can you share your configuration?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ok @cloorc , thanks for your response, can someone guide me how to access the elements inside shadow root using css and apply styles