changing jEdit colors
I don't care at all for the default colors used by jEdit:
The main thing I don't like is how the white background overpowers the colors. So I change it to black by doing the following:
- Select Utilities menu
- Select Global Options... menu option
- In the jEdit section select Text Area
- Change the Text color from black to white
- Change the Background color from white to black
- Click OK
From here I like to change some of the colors so they stand out more. There's two different ways to do this. The first way:
- position the caret (blinking cursor) on the text you wish to change the color of - such as the 6502 opcode lda
- Select Utilities menu
- Select Quick settings sub menu
- Select the Edit Syntax Style of token under caret menu option
-
Change the Italic, Bold, Text color and Background color to whatever you'd like.
Note: to change color, click the small colored square. - click OK
The second way lets you change all the colors at once:
- Select Utilities menu
- Select Global Options... menu option
- In the jEdit section select Syntax Highlighting
-
Click on any row to change the color for the token types.
Note: make sure the token type INVALID has a different background color. My mode files use INVALID to make the graphics in binary data stand out. - In the jEdit section select Text Area
-
Choices here include the color of the selected text and the current line.
I also like to click on Text Font to change the Font and Font Size
as well as check the thick checkbox to the right of Caret, which makes it easier to locate the cursor - Click OK
My Syntax Highlighting colors:
My Text Area settings - besides some color choices, I also changed the font and turned off anti-aliasing.
Here's jEdit with my changes:
If you've installed the console, you might like to edit the colors it uses as well.
- Select the Plugins menu
- Select the Plugins Options... menu option
- In the Console group select General
- Click the buttons to set color
- Click OK
The buttons don't show the current color for some reason:
I made mine look like an old amber monitor (color FFBF00):
JEDIT NAVIGATION
<PREVIOUS> <INDEX> <NEXT>
5 Comments
Recommended Comments