diff options
author | Fabio Zadrozny | 2015-04-28 11:35:36 +0000 |
---|---|---|
committer | Matthias Sohn | 2015-04-30 12:06:10 +0000 |
commit | 9f205d27a374f295930e4b36ed0fd988d62959d3 (patch) | |
tree | 8bb684d5e7bf84d839998f8b6f32f8ceef7cc90b | |
parent | 4a4e6beeed4dd66be58b35d0890e5bb969de8f80 (diff) | |
download | egit-9f205d27a374f295930e4b36ed0fd988d62959d3.tar.gz egit-9f205d27a374f295930e4b36ed0fd988d62959d3.tar.xz egit-9f205d27a374f295930e4b36ed0fd988d62959d3.zip |
Fix styling of staging view and commit dialog for dark theme
Bug: 465672
Change-Id: If608fed777bb696ec7ea7c4d4ac73ea180d1d3f2
Signed-off-by: Fabio Zadrozny <fabiofz@gmail.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r-- | org.eclipse.egit.ui/css/e4-dark_egit_prefstyle.css | 9 |
1 files changed, 9 insertions, 0 deletions
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; + } |