1
2

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.

WSL(Windows Subsystem for Linux)をSolarized Darkのテーマに変更する

Last updated at Posted at 2019-04-16

経緯

.bash_profileに色設定書いても色変わんねー
イライラしていたらツールで変えることが判明。。。

MS純正品のツールをダウンロードし解凍

C:\Users\ユーザー名\Downloads\下にzipをダウンロードし解凍することを想定。

Microsoft純正ツール:ColorTool

コマンドプロンプト起動

  1. Win + R
  2. cmd.exe入力しenter

ダウンロードし解凍したディレクトリに移動

> cd C:\Users\ユーザー名\Downloads\ColorTool

SolarizedDarkに変更

> colortool -d solarized_dark
Wrote selected scheme to the defaults.

WSLを起動して変わっていればOK

参考

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?