Change colors in Julia-Client

I do not know whether this is the proper place for this issue.
I would like to:

  1. change the color of comments in Julia source (within terminal windows/panels in Atom).
  2. change the color of the top menu bar to something brigher. My background is quite dark and I like it that way.

Where can I find how to do this? Thanks.

For Juno you need to look for Atom skins and Syntax Themes (found in the atom package repository). The color scheme of your terminal (not syntax highlighting) can be changed in a million ways but that is platform dependent and even application dependent.

If you instead are referring to the syntax highlighting in the terminal REPL, that is handled by the Package OhMyREPL, you should look into the documentation as there are ways to change the color scheme.

For both points in your question, either you find a theme that suits you or you modify the one you are using. In both cases you will find much more accurate informations in the respective forums/guides.

1 Like