-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Allow to set CSS for the editor background #6007
Comments
Don't believe it's possible. Why do you need it? What's the use case? |
@SamVerschueren, use case is same as use case for color themes. much editors already have feature/plugin for that. sadly, VSCode has no API to change UI: #1833 |
Related #459 |
@aeschli isn't this doing via theming? |
Yes, the editor background is set by the current theme. |
ok. closing as the editor background color can be set using themes |
You can only set background color with theme, not set css of the background. |
Atom can set background image now, and it has wonderful performance. |
I really wonder why this could be an important feature for someone and even drives the decision of the used text editor? It's a serious question because I'd like to know and understand. To me usability and performance are the ones that make it or break it for me. |
There is no doubting that vscode is a powerful editor, and it has so many great features. iPhone is really more expensive than Android's, but most people buy it. I remember that vscode is based on Electron,is it hard to add this feature? If so,er... then you can ignore this . |
This is one of those features I felt was required with any editor, almost always due to your theme having a background which didn't fit your needs. Having to find another good theme with the desired color value is an annoying, monotonous, and sometimes impossible. With that said, I use the Custom CSS and JS Loader extension, and change it using this:
|
No description provided.
The text was updated successfully, but these errors were encountered: