-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Closed
Labels
themesColor theme issuesColor theme issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)
Milestone
Description
- VSCode Version: 1.32.3
- OS Version: macOS 10.14.3
I recently received an issue regarding my theme and a slight discoloration on the background where blocks for text are rendered and the background color I have set. Here is the issue for a reference screenshot.
I've been digging through the dev tools trying to see if there was a transparent layer causing the discoloration or an off color on my part, but the only thing that stood out to me was my background color being converted to rgb format and being passed down to child elements as inline styles. Though, most look correct.
Using the macOS digital color meter I've been able to determine a slight variance in the color I've set:
Shown in DevTools | Converted color | |
---|---|---|
Actual | #172030 |
rgb(25, 32, 47) |
The 'off' color | rgb(25, 33, 47) |
#19212f |
This may be related to #70782
Steps to Reproduce:
- install
josef/rouge-theme
- discoloration will be noticeable in the sidebar with a folder open, and a short file. Discoloration is generated in blocks upon hitting a certain line number below the existing text block
Does this issue occur when all extensions are disabled?: Yes
roydukkey
Metadata
Metadata
Assignees
Labels
themesColor theme issuesColor theme issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)