Skip to content

Commit 06206eb

Browse files
committed
Java_PaleBlue by Robin Martin
1 parent 9b1e297 commit 06206eb

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ in `BoxProviderRegistry.java` "Default", "Whitebox", "RainbowDrops", "OnClick",
4747
- [RainbowDrops][4] - for black background themes, e.g. Moonrise, Black by Jeeeyul, Dark in Eclipse 4.4
4848
![](https://camo.githubusercontent.com/1baa2b61ed624e6cac336a675737c280d5bddb1a/687474703a2f2f7075752e73682f3742636e442f653131373166633065652e706e67)
4949

50-
Not yet released:
51-
5250
- [OrangeToRed][5]
5351
![](pm.eclipse.editbox/docs/OrangeToRedTheme.png)
5452
- [BlueToDeepBlue][6]
@@ -60,6 +58,11 @@ Not yet released:
6058
- [RainDropsLine][9]
6159
![](pm.eclipse.editbox/docs/RainDropsLineOnSublimeEclipseColorTheme.png)
6260

61+
Not yet released:
62+
63+
- [Java_PaleBlue](10) by Robin Martin
64+
![](pm.eclipse.editbox/docs/PaleBlueTheme.jpg)
65+
6366
[2]: https://raw.githubusercontent.com/Nodeclipse/EditBox/master/pm.eclipse.editbox/src/Whitebox.eb
6467
[3]: https://raw.githubusercontent.com/Nodeclipse/EditBox/master/pm.eclipse.editbox/src/OnClick.eb
6568
[4]: https://raw.githubusercontent.com/Nodeclipse/EditBox/master/pm.eclipse.editbox/src/RainbowDrops.eb
@@ -68,6 +71,7 @@ Not yet released:
6871
[7]: https://raw.githubusercontent.com/Nodeclipse/EditBox/master/pm.eclipse.editbox/src/BlueGradient22WithDarkBoldLeftBorder.eb
6972
[8]: https://raw.githubusercontent.com/Nodeclipse/EditBox/master/pm.eclipse.editbox/src/BlueLight.eb
7073
[9]: https://raw.githubusercontent.com/Nodeclipse/EditBox/master/pm.eclipse.editbox/src/RainbowDropsLine.eb
74+
[10]: https://raw.githubusercontent.com/Nodeclipse/EditBox/master/pm.eclipse.editbox/src/Java_PaleBlue.eb
7175

7276
Hints:
7377
- Before modifying or importing a theme change name
31.4 KB
Loading
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#Editbox Eclipse Plugin Settings
2+
#by Robin Martin Fri Nov 02 13:52:36 CAT 2012 http://sourceforge.net/p/editbox/discussion/1036090/thread/b4091a55/
3+
HighlightOne=false
4+
FillGradient=true
5+
FillSelected=true
6+
RoundBox=false
7+
BorderColorType=0
8+
Name=VeryLightBlue
9+
ExpandBox=false
10+
BorderDrawLine=false
11+
FillOnMove=false
12+
Alpha=0
13+
HighlightWidth=1
14+
BorderWidth=1
15+
HighlightColor=ddf4ff
16+
BorderColor=ddf4ff
17+
FillKeyModifier=null
18+
HighlightColorType=0
19+
FillGradientColor=e4f1f1
20+
Builder=Java
21+
HighlightDrawLine=true
22+
FillSelectedColor=ffffff
23+
BorderLineStyle=0
24+
Colors=ffffff-fffff8-fffff1-ffffea-ffffe3
25+
HighlightLineStyle=0
26+
NoBackground=false
27+
CirculateLevelColors=false

pm.eclipse.editbox/src/pm/eclipse/editbox/impl/BoxProviderRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class BoxProviderRegistry {
3232
private static final List<String> ALL_THEMES_LIST = Arrays.asList(
3333
"Default", "Whitebox", "OnClick", "GreyGradient", "Java_v_20",
3434
"RainbowDrops", "RainbowDropsLine", "RainbowDropsLineFill",
35-
"BlueToDeepBlue", "OrangeToRed", "BlueGradient22WithDarkBoldLeftBorder", "BlueLight"
35+
"BlueToDeepBlue", "OrangeToRed", "BlueGradient22WithDarkBoldLeftBorder", "BlueLight", "Java_PaleBlue"
3636
);
3737

3838
protected Collection<IBoxProvider> providers;

0 commit comments

Comments
 (0)