25
23

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.

VS Codeのターミナル部分の文字色を変更する

Last updated at Posted at 2018-07-06

Visual Studio Code(Mac版)で、ふとTerminal部分の文字の色を緑色にしたくなったので変更しました。

メニュー部分からCode基本設定設定

下記の設定を追加

    "workbench.colorCustomizations": {
        "terminal.foreground": "#00FF00",
    }
settings_json_—_hello_app.png Terminal部分がマトリックスっぽくなりました。 settings_json_—_hello_app.png そのうち元に戻すかもしれません汗。
25
23
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
25
23

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?