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

@@ -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>