8
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Atomツリービューのフォント/サイズを変更

Last updated at Posted at 2018-02-17

atomのツリービューにおけるデフォルトの文字サイズが小さすぎて見にくかったので変更した
Macではメニューバーの[Atom]→[スタイルシート]を開き、以下を追加する

ツリーのフォント変更

.tree-view {
  font-family: "Ricty Diminished"; 
  font-size: 17px;
}

タブのフォント変更

atom-workspace {
  font-family: "Ricty Diminished"; 
  font-size: 17px;
}

Macbookだと、font-sizeは17pxくらいが見やすい気がする

参考
Atom ツリーのフォントサイズを変更する

8
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?