From 9f205d27a374f295930e4b36ed0fd988d62959d3 Mon Sep 17 00:00:00 2001 From: Fabio Zadrozny Date: Tue, 28 Apr 2015 08:35:36 -0300 Subject: Fix styling of staging view and commit dialog for dark theme Bug: 465672 Change-Id: If608fed777bb696ec7ea7c4d4ac73ea180d1d3f2 Signed-off-by: Fabio Zadrozny Signed-off-by: Matthias Sohn --- org.eclipse.egit.ui/css/e4-dark_egit_prefstyle.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/org.eclipse.egit.ui/css/e4-dark_egit_prefstyle.css b/org.eclipse.egit.ui/css/e4-dark_egit_prefstyle.css index ed640358f8..ecbee3632d 100644 --- a/org.eclipse.egit.ui/css/e4-dark_egit_prefstyle.css +++ b/org.eclipse.egit.ui/css/e4-dark_egit_prefstyle.css @@ -7,6 +7,7 @@ * * Contributors: * Andrea Guarinoni - initial API and implementation + * Fabio Zadrozny - Bug 465672 - EGit staging view and commit page are not properly styled *******************************************************************************/ /* ############################## EGIT preferences ############################## */ @@ -26,3 +27,11 @@ IEclipsePreferences#org-eclipse-ui-workbench { 'org.eclipse.egit.ui.UncommittedChangeBackgroundColor=42,42,42' 'org.eclipse.egit.ui.UncommittedChangeForegroundColor=114,157,186' } + + +#org-eclipse-egit-ui-StagingView StyledText, +Form Section LayoutComposite StyledText + { + background-color: #313538; + color: #dddddd; + } -- cgit v1.2.3