-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Invert colors on selection #75
Comments
Something like this would certainly be a lot easier to implement if the colors were still set via javascript instead of CSS. |
That's true, but I think the better solution to combine both is to use a preprosessor like SCSS. |
Even with a preprocessor, if the consumer wants to support more themes than are available they need to write all the styles themselves. If this is considered a feature, they will have to write the You can see how I put this together with VS Code here, I could probably transform it into a theme addon relatively easily if that's preferable to adding it to xterm.js. |
Eventually I am not sure about this. It could make the Terminal look quite weird. Terminal.app just changes the background of the selection to gray. @Tyriar could you please provide us with a screenshot of how gnome-terminal handles this? Terminal.app screenshot |
I think I tend more towards improving the background highlighting. I think that bg/fg color inversion is not what most users are used to right now. |
Closing in favor of #692 |
This would make it easier to read in addition to just being plain cool
The text was updated successfully, but these errors were encountered: