Skip to content

Commit 162155e

Browse files
committed
add BlueLight theme
1 parent 932ef7d commit 162155e

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,18 @@ Not yet released:
5353
![](pm.eclipse.editbox/docs/OrangeToRedTheme.png)
5454
- [BlueToDeepBlue][6]
5555
![](pm.eclipse.editbox/docs/BlueToDeepBlueTheme.png)
56-
- [Blue Light | BlueGradient22WithDarkBoldLeftBorder][7]
56+
- [BlueGradient22WithDarkBoldLeftBorder][7]
5757
![](pm.eclipse.editbox/docs/BlueGradient22WithDarkBoldLeftBorderTheme.png)
58+
- [BlueLight][8]
59+
![](pm.eclipse.editbox/docs/BlueLight.PNG)
5860

5961
[2]: https://raw.githubusercontent.com/Nodeclipse/EditBox/master/pm.eclipse.editbox/src/Whitebox.eb
6062
[3]: https://raw.githubusercontent.com/Nodeclipse/EditBox/master/pm.eclipse.editbox/src/OnClick.eb
6163
[4]: https://raw.githubusercontent.com/Nodeclipse/EditBox/master/pm.eclipse.editbox/src/RainbowDrops.eb
6264
[5]: https://raw.githubusercontent.com/Nodeclipse/EditBox/master/pm.eclipse.editbox/src/OrangeToRed.eb
6365
[6]: https://raw.githubusercontent.com/Nodeclipse/EditBox/master/pm.eclipse.editbox/src/BlueToDeepBlue.eb
6466
[7]: https://raw.githubusercontent.com/Nodeclipse/EditBox/master/pm.eclipse.editbox/src/BlueGradient22WithDarkBoldLeftBorder.eb
67+
[8]: https://raw.githubusercontent.com/Nodeclipse/EditBox/master/pm.eclipse.editbox/src/BlueLight.eb
6568

6669
Hints:
6770
- Before modifying or importing a theme change name
57.1 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+
#Thu Apr 10 16:05:28 CST 2014 by Paul Verest BlueToDeepBlue17-3-3.eb
3+
HighlightOne=true
4+
FillGradient=true
5+
FillSelected=true
6+
RoundBox=false
7+
BorderColorType=0
8+
Name=BlueLight
9+
ExpandBox=false
10+
BorderDrawLine=true
11+
FillOnMove=true
12+
Alpha=15
13+
HighlightWidth=3
14+
BorderWidth=3
15+
HighlightColor=000000
16+
BorderColor=00bbbb
17+
FillKeyModifier=Alt
18+
HighlightColorType=0
19+
FillGradientColor=0000a0
20+
Builder=Java
21+
HighlightDrawLine=false
22+
FillSelectedColor=80ffff
23+
BorderLineStyle=0
24+
Colors=null-d0dd9b-cdd8b9-e9f58b-null-null-null-null-null-null
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
@@ -27,7 +27,7 @@ public class BoxProviderRegistry {
2727
//+
2828
private static final List<String> ALL_THEMES_LIST = Arrays.asList(
2929
"Default", "Whitebox", "RainbowDrops", "OnClick", "GreyGradient", "Java_v_20",
30-
"BlueToDeepBlue", "OrangeToRed", "BlueGradient22WithDarkBoldLeftBorder"
30+
"BlueToDeepBlue", "OrangeToRed", "BlueGradient22WithDarkBoldLeftBorder", "BlueLight"
3131
);
3232

3333
protected Collection<IBoxProvider> providers;

0 commit comments

Comments
 (0)