Skip to content

Samuell1/void-storm-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌌 Void Storm

A dark, modern Oh My Posh theme inspired by Tokyo Night Storm.

Preview

Void Storm Theme

Prompt structure:

╭─ Samuel ➜ claude-setup ⚑ (main) node v20.0.0 18GB/31GB 18:10:40 ╰─❯ your command here 

✨ Features

  • 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

πŸ“¦ Installation

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:

. $PROFILE

🎨 Color Palette

Tokyo Night Storm inspired with orange username accent.

πŸ“„ License

MIT

About

🌌 A dark, modern Oh My Posh theme

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors