Atom lets you increase and decrease the font size of the editor view. But how can you set the fontsize of the sidebar that has the project files?

Increase sidebar font size in Atom.

To set the font of the sidebar in Atom, do the following:

transparent
// style the background color of the tree view
.tree-view {
  font-size: 14px;
}

Changes are visible immediately after saving the stylesheet.

Written by Loek van den Ouweland on 2022-05-19.
Questions regarding this artice? You can send them to the address below.