I am taking a college Java class and the instructor recommended using Textpad.
I code in Visual Studio and SQL Studio Management each day and I found color schemes on the internet to allow for a black background and green fonts. and All the keywords and other formatting had the correct color.
I played with the color settings in Textpad and got the background and text right, but when it started putting Java tags and other the formatting did not look right with the colors.
I was wondering if anyone has a color scheme setup that I could see that will have black background with all the correct font colors setup to display correctly.
Textpad Color Scheme
Moderators: AmigoJack, bbadmin, helios, MudGuard
- talleyrand
- Posts: 624
- Joined: Mon Jul 21, 2003 6:56 pm
- Location: Kansas City, MO, USA
- Contact:
Assuming you want it to look something like this

0) Close out all but one instance of TextPad
1) Create a java class (Configure -> New Document Class) if one does not exist. Assign it an appropriate java syntax document
2) Modify class to use your color scheme. (Configure -> Preferences -- expand "Document Classes" and expand Java, select Colors
* Window Background assign it black
* Keywords 1-6 assign a foreground of bright green (Lime)
* Brackets, Characters, Comments, Comments2, Numbers, Operators, Text assign a foreground of green (Green)
Click OK. If it looks good, close out TextPad and reopen to force the registry changes to stick (only an issue if you run multiple instances)

0) Close out all but one instance of TextPad
1) Create a java class (Configure -> New Document Class) if one does not exist. Assign it an appropriate java syntax document
2) Modify class to use your color scheme. (Configure -> Preferences -- expand "Document Classes" and expand Java, select Colors
* Window Background assign it black
* Keywords 1-6 assign a foreground of bright green (Lime)
* Brackets, Characters, Comments, Comments2, Numbers, Operators, Text assign a foreground of green (Green)
Click OK. If it looks good, close out TextPad and reopen to force the registry changes to stick (only an issue if you run multiple instances)
I choose to fight with a sack of angry cats.
- talleyrand
- Posts: 624
- Joined: Mon Jul 21, 2003 6:56 pm
- Location: Kansas City, MO, USA
- Contact: