Skip to content

set background color for variables view in dark mode #1788

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions debug/org.eclipse.debug.ui/css/e4-dark_debug_prefstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ IEclipsePreferences#org-eclipse-debug-ui {

#VariablesViewer {
font-family: '#org-eclipse-debug-ui-VariableTextFont';
background-color: #2F2F2F;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change causes a side effect: The tree in the variables view does then no longer have the zebra 🦓 lines.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The interesting thing is that e.g. JDTs problems view also uses this zebra feature but does not have this flickering issue.

}
Loading