first commit

This commit is contained in:
Boris
2024-01-15 20:14:10 +00:00
commit 8c81ee28b7
3106 changed files with 474415 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
GradleProjectSettingsComposite, GradleDistributionGroup, AdvancedOptionsGroup {
background-color:#414458;
color:#eaebf0;
}

View File

@@ -0,0 +1,43 @@
/*******************************************************************************
* Copyright (c) 2014, 2022 Andrea Guarinoni and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Andrea Guarinoni - initial API and implementation
* Fabio Zadrozny - Bug 465672 - EGit staging view and commit page are not properly styled
* Lars Vogel <Lars.Vogel@vogella.com> - Bug 466486
*******************************************************************************/
/* ############################## EGIT preferences ############################## */
/* See bug 466075 about the pseudo-selector ":org-eclipse-egit-ui" */
/*
* The default e4_dark_partstyle.css has .MPart Composite > StyledText with a lighter background.
* Override this with a more specific selector.
*/
.MPart Composite > StyledText.org-eclipse-egit-ui-CommitAndDiffComponent {
background-color: inherit;
color: inherit;
}
/*
* Use a darker background for the tables in the Git history page. The default dark theme assigns
* a slightly lighter background otherwise; we want the default background color as is used for
* other views (#23252f; decimal 35,37,47).
*/
Table.org-eclipse-egit-ui-GitHistoryPage {
background-color: inherit;
}
/*
* Same for the staged/unstaged tree viewers in the staging view.
*/
.MPart Section Tree.org-eclipse-egit-ui-StagingView {
background-color: inherit;
}

View File

@@ -0,0 +1,59 @@
.MarketplaceViewer,
.MarketplaceViewer > *,
.MarketplaceItem,
.MarketplaceItem * {
background-color: #2e303e;
color: #d6d8e1;
}
.MarketplaceItem Link {
color: #8186a2;
}
.MarketplaceItem .disabled {
color: #9b9fb5;
}
.TagsToolTip,
.TagsToolTip * {
background-color: #414458;
color: #d6d8e1;
}
.NotificationItem,
.NotificationItem * {
background-color: #4a5867;
color: #9ac9d8;
}
.CatalogSwitcher,
.CatalogSwitcher > ScrolledComposite,
.CatalogSwitcher > ScrolledComposite > *,
.Catalog,
.Catalog > * {
background-color: #2e303e;
color: #d6d8e1;
}
.Catalog:checked,
.Catalog:checked > * {
background-color: COLOR-LIST-SELECTION;
}
#MarketplacePage CTabItem:selected,
#MarketplaceContent,
.MarketplaceSearchHeader,
.MarketplaceSearchHeader > Label {
background-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END';
}
#MarketplacePage CategoryItem,
#MarketplacePage CategoryItem > GradientCanvas,
#MarketplacePage CategoryItem > GradientCanvas > Label {
/* SWT-BUG workaround: a style for background is not applied on GradientCanvas (CSS engine repaint issue) */
background: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END';
background-image: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END';
background-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END';
color: #d6d8e1;
}

View File

@@ -0,0 +1,50 @@
/*******************************************************************************
* Copyright (c) 2014, 2020 Lars Vogel and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Lars Vogel <Lars.Vogel@gmail.com> - initial API and implementation
* Andrea Guarinoni <andrea.guarinoni@gmail.com> - intial color schema definition
*******************************************************************************/
/* ############################## JDT syntax highlighting ############################## */
BulletListBlock > StyledText {
background-color: #343746;
color: #b0b3c4;
}
FormatterPreferenceSectionComposite {
background-color:#414458;
color:#eaebf0;
swt-titlebar-color: #c4c7d4;
}
#BreadcrumbComposite > Composite,
#BreadcrumbItemComposite,
#BreadcrumbItemDetailComposite,
#BreadcrumbItemDetailTextComposite,
#BreadcrumbItemDetailImageComposite,
#BreadcrumbItemDetailTextLabel,
#BreadcrumbItemDetailImageLabel,
#BreadcrumbItemDropDownToolBar
{
/*
* Bug 465666
*
* Note: as we can't change the arrow to black, we configure
* the background with the lighter color used for the background
* of toolbars and make the foreground color brighter too.
*/
background-color:#414458;
color: white;
}

View File

@@ -0,0 +1,8 @@
/* See bug 466075 about the pseudo-selector ":org-eclipse-mylyn-tasks-ui" */
/* See org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css for additional
* Mylyn Theme settings */
DatePickerPanel {
background-color: #363949;
color: #d6d8e1;
}

View File

@@ -0,0 +1,7 @@
#org-eclipse-ui-splash-progressText {
color: #ffffff;
}
#org-eclipse-ui-splash-progressPart {
background-image: url('me-custom:/platform:/plugin/org.eclipse.epp.package.java/splash.bmp');
}