zaki work log

作業ログやら生活ログやらなんやら

Windows Terminalで背景透過

f:id:zaki-hmkc:20200824183851p:plain

設定メニューかCtrl-,で、settings.jsonがエディタで起動されるので以下のように編集する。
ポイントはuseAcrylicacrylicOpacity

    "profiles":
    {
        "defaults":
        {
            // Put settings here that you want to apply to all profiles.
            "cursorShape": "filledBox",
            "background": "#335",
            "useAcrylic": true,
            "acrylicOpacity": 0.7
        },
        "list":
        [

VS Codeをインストールしておいて、jsonVS Codeに関連付けしておくと便利。

設定可能項目はこちら。

docs.microsoft.com

なお、透過設定を有効にするには、Windowsの設定で「透過効果」がオンになっている必要がある。

f:id:zaki-hmkc:20200824183717p:plain


長年ck terminal emulator使ってて最近Terminusとか併用してたけど、これに落ち着きそうな感じ。。