A dark, modern Oh My Posh theme inspired by Tokyo Night Storm.
Prompt structure:
ββ Samuel β claude-setup β‘ (main) node v20.0.0 18GB/31GB 18:10:40 β°ββ― your command here -
Rounded corner connections: Visual flow with
ββandβ°ββ― -
Git status with color indicators for changes, ahead/behind commits
-
Language detection: Node, PHP, Python, Bun
-
Performance metrics: Execution time (>500ms), memory usage, real-time clock
-
Clean design: Minimal prompt with transient history
Add to your PowerShell profile ($PROFILE):
oh-my-posh init pwsh --config 'https://raw.githubusercontent.com/Samuell1/void-storm-theme/master/void_storm.omp.json' | Invoke-Expression # Optional keybindings for autocomplete Set-PSReadLineKeyHandler -Chord "Tab" -Function AcceptSuggestion Set-PSReadLineKeyHandler -Chord "RightArrow" -Function ForwardWord # Optional - consistent gray colors for typing Set-PSReadLineOption -Colors @{ Command = '#9399b2' Parameter = '#9399b2' String = '#9399b2' Member = '#9399b2' Type = '#9399b2' Variable = '#9399b2' Number = '#9399b2' Keyword = '#9399b2' Operator = '#9399b2' Default = '#9399b2' InlinePrediction = '#45475a' }Then reload:
. $PROFILETokyo Night Storm inspired with orange username accent.
MIT
