Usor
November 25, 2019, 11:10pm
1
Is there an easy way to customize Julia terminal colors directly? For example, can you type something like
setterminalcolors(default)
or
setterminalcolor(prompt, orange);
setterminalcolor(juliakeywords, brown);
# and so on
and then the settings get saved?
(Not looking for that package OhMyREPL or whatever its name is.)
1 Like
pontus
November 26, 2019, 1:55pm
3
Within the Julia space, perhaps Colors.jl or Crayons.jl would be of use?
1 Like
Usor
November 26, 2019, 5:17pm
4
Thanks, both of you. I will investigate them.
How could I have missed those environment variables?
Usor
November 27, 2019, 6:36pm
5
I managed to change some colors (without any additional packages). Then I was looking to change the color of the Pkg prompt, and couldn’t find anything in the documentation. What is the exact name of the variable?