Skip to content

Commit

Permalink
add BlueGradient22WithDarkBoldLeftBorder; this commit is example how to
Browse files Browse the repository at this point in the history
add new theme and register it in global list.
  • Loading branch information
paulvi committed Apr 1, 2014
1 parent b5cc034 commit b7ceed8
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions pm.eclipse.editbox/src/BlueGradient22WithDarkBoldLeftBorder.eb
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class BoxProviderRegistry {
//+
private static final List<String> ALL_THEMES_LIST = Arrays.asList(
"Default", "Whitebox", "RainbowDrops", "OnClick", "GreyGradient", "Java_v_20",
"BlueToDeepBlue", "OrangeToRed"
"BlueToDeepBlue", "OrangeToRed", "BlueGradient22WithDarkBoldLeftBorder"
);

protected Collection<IBoxProvider> providers;
Expand Down

0 comments on commit b7ceed8

Please sign in to comment.