-
Notifications
You must be signed in to change notification settings - Fork 30.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Needs ability to provide "user css" #21798
Comments
I wish this was provided as it would solve these things:
|
Closing as duplicate |
So for at least a year people have been saying this feature is needed and no one has bothered? |
So far, i want to custom my self css for a long long long time. Man who agree with me? give me a 👍 |
@shalldie I believe the team has said elsewhere (and they'll correct me if I'm wrong) that they would prefer to avoid user css as it can prevent them from iterating on the underlying Dom structure to avoid breaking custom css. They want each api they release to be stable and long lived, and that doesn't work with custom css. |
That's a load of garbage. The issue at hand would allow overriding a theme's CSS with user preferences. If it works in a theme, what would the difference be in applying another stylesheet on top of it? |
PR #14237 added a style that I have been eagerly waiting for. However, now that it has been released, it's still unusable for me. I have a theme installed that I like except for the styling around the cursor (
.monaco-editor .cursors-layer.cursor-block-outline-style > .cursor
). So the reasonable assumption would be that I can override that style with my own styling. But that isn't the case; vscode doesn't provide any way to specify user styles., e.g. in Atom select "Stylesheet..." from the Atom menu.The text was updated successfully, but these errors were encountered: