Console on Atom is hard to read
-
Hi,
I have Atom 1.26 ia32 on Linux and find that the black console at the bottom is hard to read : see screen copy .
How can we enhance the situation please ?
-
in this section, there was only :
#terminal { background: #000; padding-left: 2px; }
I have added the line :
font-size: 16px;
and that is better to read , thanks !
-
Hi @Prx,
Go to your
.atom
folder (in your home directory) and findpackages/pymakr/styles
. You can change/add the font size in thepymakr.less
file in the#terminal
section. I think the default size is12px