Dark themes for BlueJ Java IDE.
- Click on
Code
at the top-right corner of this repository page and selectDownload ZIP
from the dropdown menu. - Go to your
Downloads
folder, right-click onbluej-dark-themes-main.zip
and selectExtract All
. - Now go to
Downloads > bluej-dark-themes-main > bluej-dark-themes-main > standard-dark-theme
or any other theme folder of your choice from the available options. - Select all the files in the theme folder, i.e.,
flow.css
,java-colors.css
,moe.css
andterminal.css
, and selectCopy
. - Go to
C:\Program Files\BlueJ\lib\stylesheets
, and selectPaste
. - Choose to
Replace
the existing files with the same names in this folder, and click onContinue
if required. - Close BlueJ if open and start BlueJ again. The editor and terminal windows should have the new theme.
- If you need to switch back to the default light theme of BlueJ, you can follow the above procedure and select
bluej-default-theme
in step-3, or, you can make a copy of the originalstylesheets
folder before installing the new theme.