-
Notifications
You must be signed in to change notification settings - Fork 29.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
Tab color refinements #8238
Closed
+78
−17
Closed
Tab color refinements #8238
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
717acfe
Tab well matches viewlet. Active tab blends editor
bgashler1 9e173ca
Added line only on active tabs and horziontal line
bgashler1 f915127
Using mix-blend-mode on tabs to enable theming.
bgashler1 77a5242
Merge remote-tracking branch 'origin' into bgashler1/color-a
bgashler1 7828de7
Merge remote-tracking branch 'origin' into bgashler1/color-a
bgashler1 4b97973
Forcing tab to have a full border on high contrast
bgashler1 659b490
Add divisions between tabs
bgashler1 eecde9e
Differentiate tab well color; theme for light tabs
bgashler1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bpasero are these the scroll styles I changed that you mentioned in the PR? I changed these so that they would match the editor background color so that it creates a fake gradual mask over text when you've scrolled. That way the active tab, which has the same background color of the editor, will not appear to abruptly chop off text in the editor while also not creating a shadow (as it used to) which would make the tab appear on a different plane than the text.
Unfortunately, I had to hard-code these values, so in other themes than the just the default Dark and Light, it looks weird. We could just hide these
display: none
, until we can get CSS custom property to give us the theme's editor base color. I'll leave that up to you.