Windows Terminal で Oh My Posh を使い始めて久しいですが、Oh My Posh にも Dracula テーマがあったので適用してみました。 tsubalog.hatenablog.com tsubalog.hatenablog.com デフォルトのテーマはこういう感じ。 Oh My Posh に Dracula テーマを適用するには、PowerShell のプロファイルに定義している Oh My Posh の実行コードを変更します。 # もともと oh-my-posh init pwsh | Invoke-Expression # Draculaテーマ oh-my-…