Skip to content
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

Closed
Naixor opened this issue Apr 30, 2016 · 11 comments
Closed

Allow to set CSS for the editor background #6007

Naixor opened this issue Apr 30, 2016 · 11 comments
Labels
api feature-request Request for new features or functionality
Milestone

Comments

@Naixor
Copy link

Naixor commented Apr 30, 2016

No description provided.

@SamVerschueren
Copy link
Contributor

Don't believe it's possible. Why do you need it? What's the use case?

@wowse
Copy link

wowse commented Apr 30, 2016

@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

@bpasero bpasero changed the title Can I set background image for editor view? Allow to set CSS for the editor background May 2, 2016
@bpasero bpasero added feature-request Request for new features or functionality api labels May 2, 2016
@bpasero bpasero added this to the Backlog milestone May 2, 2016
@bgashler1
Copy link
Contributor

Related #459

@jrieken
Copy link
Member

jrieken commented May 27, 2016

@aeschli isn't this doing via theming?

@aeschli
Copy link
Contributor

aeschli commented May 27, 2016

Yes, the editor background is set by the current theme.

@jrieken
Copy link
Member

jrieken commented May 27, 2016

ok. closing as the editor background color can be set using themes

@jrieken jrieken closed this as completed May 27, 2016
@wowse
Copy link

wowse commented May 27, 2016

You can only set background color with theme, not set css of the background.

@THCloud
Copy link

THCloud commented Feb 17, 2017

Atom can set background image now, and it has wonderful performance.
Don't support css on background is the only reason that I don't use vscode ...
I really hope you will concern this ... It looks useless, but it's really important to persons like me ......

@SamVerschueren
Copy link
Contributor

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.

@THCloud
Copy link

THCloud commented Feb 18, 2017

There is no doubting that vscode is a powerful editor, and it has so many great features.
But, for example, vscode has 100 features, but only 50 features is useful in my work, and for these 50 features, sublime or atom has 45
then I think I won't use vscode , cause in this case, vscode is a little better than others, but other editors could feed me, too.
it needs cost for a sublime user or an atom user to use vscode (like keybindings) , so I think usability is not the only reason to drive the decision of the used text editor, some other factors will affect me, too (like set css for editor, although it looks useless, but it surely approve its appearance for some person.)

iPhone is really more expensive than Android's, but most people buy it.
IOS has better performance than Android, but I don't think this is the only reason ... iPhone has the most beautiful appearance,these
two reason drive me to buy iPhone.

I remember that vscode is based on Electron,is it hard to add this feature? If so,er... then you can ignore this .
But if it isn't, I think this will be a good feature.
Just in my opinion.
I really hope vscode could be better and better.

@MutableLoss
Copy link

MutableLoss commented Mar 29, 2017

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:

.monaco-editor-background {
  background-color: #141517;
}

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

9 participants