Modifying the Processing Editor Appearance

Hello folks!

How can I modify the font size of the line numbers in Processing?
It does not scale along with the code font size.

VS Code on left and Processing 4.5.6 on right:

Solution
editor.gutter.text.font=processing.mono,bold,18

Update applied:

The Processing menu bar across the top is also unreadable with a dark theme.

Claude AI stated:

Processing's menu bar (File/Edit/Sketch...) shares the editor's dark background, a Swing/FlatLaf feature that merges the title bar into the window content. Its text color isn't exposed in theme.txt

:)

1 Like