diff --git a/README.md b/README.md index 59090bd..0a87c5d 100644 --- a/README.md +++ b/README.md @@ -53,18 +53,21 @@ Not yet released: ![](pm.eclipse.editbox/docs/OrangeToRedTheme.png) - [BlueToDeepBlue][6] ![](pm.eclipse.editbox/docs/BlueToDeepBlueTheme.png) +- [BlueGradient22WithDarkBoldLeftBorder][7] +![](pm.eclipse.editbox/docs/BlueGradient22WithDarkBoldLeftBorderTheme.png) [2]: https://raw.githubusercontent.com/Nodeclipse/EditBox/master/pm.eclipse.editbox/src/Whitebox.eb [3]: https://raw.githubusercontent.com/Nodeclipse/EditBox/master/pm.eclipse.editbox/src/OnClick.eb [4]: https://raw.githubusercontent.com/Nodeclipse/EditBox/master/pm.eclipse.editbox/src/RainbowDrops.eb [5]: https://raw.githubusercontent.com/Nodeclipse/EditBox/master/pm.eclipse.editbox/src/OrangeToRed.eb [6]: https://raw.githubusercontent.com/Nodeclipse/EditBox/master/pm.eclipse.editbox/src/BlueToDeepBlue.eb + [7]: https://raw.githubusercontent.com/Nodeclipse/EditBox/master/pm.eclipse.editbox/src/BlueGradient22WithDarkBoldLeftBorder.eb Hints: - Before modifying or importing a theme change name - (for themes with gradient) Adjust "Alpha blending" to make theme lighter or darker. -Add themes like [Blue & Red](https://github.com/Nodeclipse/EditBox/commit/6dea8079a3c77a91deaee8b35cd399a007971dff) +Add your themes like [Blue & Red](https://github.com/Nodeclipse/EditBox/commit/6dea8079a3c77a91deaee8b35cd399a007971dff) commit. ## Development diff --git a/pm.eclipse.editbox/docs/BlueGradient22WithDarkBoldLeftBorderTheme.PNG b/pm.eclipse.editbox/docs/BlueGradient22WithDarkBoldLeftBorderTheme.PNG new file mode 100644 index 0000000..b380fa3 Binary files /dev/null and b/pm.eclipse.editbox/docs/BlueGradient22WithDarkBoldLeftBorderTheme.PNG differ diff --git a/pm.eclipse.editbox/src/BlueGradient22WithDarkBoldLeftBorder.eb b/pm.eclipse.editbox/src/BlueGradient22WithDarkBoldLeftBorder.eb new file mode 100644 index 0000000..3b4bb87 --- /dev/null +++ b/pm.eclipse.editbox/src/BlueGradient22WithDarkBoldLeftBorder.eb @@ -0,0 +1,27 @@ +#Editbox Eclipse Plugin Settings +#Tue Apr 01 10:41:14 CST 2014 by Paul Verest +HighlightOne=true +FillGradient=true +FillSelected=true +RoundBox=false +BorderColorType=3 +Name=BlueGradient22WithDarkBoldLeftBorder.eb +ExpandBox=false +BorderDrawLine=true +FillOnMove=true +Alpha=22 +HighlightWidth=1 +BorderWidth=3 +HighlightColor=000000 +BorderColor=00bbbb +FillKeyModifier=Alt +HighlightColorType=0 +FillGradientColor=0000a0 +Builder=Java +HighlightDrawLine=false +FillSelectedColor=80ffff +BorderLineStyle=0 +Colors=null-d0dd9b-cdd8b9-e9f58b-null-null-null-null-null-null +HighlightLineStyle=0 +NoBackground=false +CirculateLevelColors=false diff --git a/pm.eclipse.editbox/src/pm/eclipse/editbox/impl/BoxProviderRegistry.java b/pm.eclipse.editbox/src/pm/eclipse/editbox/impl/BoxProviderRegistry.java index 92e83b3..143e8bd 100644 --- a/pm.eclipse.editbox/src/pm/eclipse/editbox/impl/BoxProviderRegistry.java +++ b/pm.eclipse.editbox/src/pm/eclipse/editbox/impl/BoxProviderRegistry.java @@ -27,7 +27,7 @@ public class BoxProviderRegistry { //+ private static final List ALL_THEMES_LIST = Arrays.asList( "Default", "Whitebox", "RainbowDrops", "OnClick", "GreyGradient", "Java_v_20", - "BlueToDeepBlue", "OrangeToRed" + "BlueToDeepBlue", "OrangeToRed", "BlueGradient22WithDarkBoldLeftBorder" ); protected Collection providers;