PT #168196551: Dark teheme color for boot live hint

This commit is contained in:
BoykoAlex
2019-09-05 17:48:42 -04:00
parent a4d97e0ad5
commit 297aea926e
4 changed files with 30 additions and 2 deletions

View File

@@ -22,7 +22,8 @@ Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.8.0",
org.apache.commons.lang3,
org.eclipse.ui.genericeditor,
org.eclipse.ui.editors,
org.springsource.ide.eclipse.commons.core
org.springsource.ide.eclipse.commons.core,
org.eclipse.e4.ui.css.swt.theme
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Export-Package: org.springframework.tooling.ls.eclipse.commons,

View File

@@ -6,4 +6,5 @@ bin.includes = META-INF/,\
icons/,\
lib/remark-1.0.0.jar,\
lib/jsoup-1.9.2.jar,\
about.html
about.html,\
css/

View File

@@ -0,0 +1,4 @@
/* See bug 466075 about the pseudo-selector ":org-springframework-tooling-ls-eclipse-commons" */
IEclipsePreferences#org-eclipse-ui-workbench:org-springframework-tooling-ls-eclipse-commons {
preferences:
'org.springframework.tooling.ls.eclipse.commons.STS4BootMarkerIndicationColor=109,177,63'

View File

@@ -117,4 +117,26 @@
</commandParameter>
</command>
</extension>
<extension
point="org.eclipse.e4.ui.css.swt.theme">
<stylesheet
uri="css/e4-dark_sts4_prefstyle.css">
<themeid
refid="org.eclipse.e4.ui.css.theme.e4_dark">
</themeid>
</stylesheet>
</extension>
<extension
point="org.eclipse.ui.themes">
<colorDefinition
categoryId="org.springsource.ide.eclipse.commons.ui"
id="org.springframework.tooling.ls.eclipse.commons.STS4BootMarkerIndicationColor"
isEditable="true"
label="Live Boot Hint Color"
value="111,179,63">
<description>
Running Spring Boot app live data availability hints
</description>
</colorDefinition>
</extension>
</plugin>