LoginSignup
1
4

More than 5 years have passed since last update.

Atom term3 背景いじる

Last updated at Posted at 2017-05-29

term3パッケージのインストール

$ apm install term3

背景に使用する画像の準備

背景画像
alt

コード

~/.atom/packages/term3/stylesにあるterm3.lessを書き換える

term3.less
.term3 {
  .terminal {
  background:url('https://qiita-image-store.s3.amazonaws.com/0/181192/e568d05d-dfd9-17dd-64c7-7bb8e1479c9c.png');
  background-size: 90%;
  }
}

変更後

スクリーンショット 2017-05-29 14.17.25.png
もともと真っ黒の背景のターミナルに画像を組み込んだ
画像の大きさに合わせてsizeなどいじって調節可能。

1
4
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
1
4