Skip to content

Commit

Permalink
add BlueToDeepBlue and OrangeToRed thems with screenshot and hints
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Verest committed Mar 30, 2014
1 parent a2ae38f commit 6dea807
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,29 @@ in `BoxProviderRegistry.java` "Default", "Whitebox", "RainbowDrops", "OnClick",
- Default is like on image above, differs for java, markup, python, text
- [Whitebox][2] - only border highlight for mouse-over
- [RainbowDrops][4] - for black background themes, e.g. Moonrise, Black by Jeeeyul, Dark in Eclipse 4.4
![](https://camo.githubusercontent.com/1baa2b61ed624e6cac336a675737c280d5bddb1a/687474703a2f2f7075752e73682f3742636e442f653131373166633065652e706e67)
- [OnClick][3] - border highlight for mouse-over, and the current block highlight like Default when clicking inside
- GreyGradient
- Java_v_20

Not yet released:

- [OrangeToRed][5]
![](pm.eclipse.editbox/docs/OrangeToRedTheme.png)
- [BlueToDeepBlue][6]
![](pm.eclipse.editbox/docs/BlueToDeepBlueTheme.png)

Hints:
- Before modifying or importing a theme change name
- (for themes with gradient) Adjust "Alpha blending" to make theme lighter or darker.

[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


![](https://camo.githubusercontent.com/1baa2b61ed624e6cac336a675737c280d5bddb1a/687474703a2f2f7075752e73682f3742636e442f653131373166633065652e706e67)

Text Category included `*.*` file mask. Remove it for better customization.

Expand Down
Binary file added pm.eclipse.editbox/docs/BlueToDeepBlueTheme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pm.eclipse.editbox/docs/OrangeToRedTheme.png
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/BlueToDeepBlue.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#Editbox Eclipse Plugin Settings
#Sun Mar 30 19:23:39 CST 2014 by Paul Verest
HighlightOne=true
FillGradient=true
FillSelected=true
RoundBox=false
BorderColorType=0
Name=BlueToDeepBlue
ExpandBox=false
BorderDrawLine=true
FillOnMove=true
Alpha=63
HighlightWidth=1
BorderWidth=1
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
27 changes: 27 additions & 0 deletions pm.eclipse.editbox/src/OrangeToRed.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#Editbox Eclipse Plugin Settings
#Sun Mar 30 19:26:07 CST 2014 by Paul Verest
HighlightOne=true
FillGradient=true
FillSelected=true
RoundBox=false
BorderColorType=0
Name=OrangeToRed
ExpandBox=false
BorderDrawLine=true
FillOnMove=true
Alpha=147
HighlightWidth=1
BorderWidth=1
HighlightColor=000000
BorderColor=00bbbb
FillKeyModifier=Alt
HighlightColorType=0
FillGradientColor=ff0000
Builder=Java
HighlightDrawLine=false
FillSelectedColor=ff8040
BorderLineStyle=0
Colors=null-d0dd9b-cdd8b9-e9f58b-null-null-null-null-null-null
HighlightLineStyle=0
NoBackground=false
CirculateLevelColors=false

0 comments on commit 6dea807

Please sign in to comment.