OhMyPosh-Atomic-Enhanced

OhMyPosh-Atomic-Enhanced made by Typpi / Nick2bad4u

View on GitHub

🚀 OhMyPosh Atomic Enhanced

GitHub stars GitHub issues License: UnLicense Oh My Posh DeepWiki

This repository provides a custom theme configuration for Oh My Posh, a cross-platform prompt theming engine for shells like PowerShell, Bash, and Zsh. Inspired by the AtomicBit theme, this project aims to deliver a visually rich, highly informative, and developer-friendly prompt experience. It is designed for users who want a modern, customizable shell prompt with enhanced status indicators, dynamic segments, and consistent appearance across Windows, Linux, and macOS terminals.

Whether you’re a developer or power user, this theme helps you work faster and smarter by making your shell prompt more informative and visually appealing.

Windows Terminal themed prompt screenshot
Windows Terminal showcasing the Atomic Enhanced Oh My Posh prompt with left/right blocks, git status, and dynamic battery/system info.
Windows terminal themed prompt screenshot showing Experimental Dividers
Windows Terminal showcasing the Atomic Enhanced Oh My Posh prompt with experimental dividers enabled. (Recommended)

📑 Table of Contents

🧩 How the OhMyPosh Custom Theme Works

See: General ConfigurationTheme Files • Segment Docs (example: Git)

[NOTE] This theme is highly customizable–feel free to tweak colors and segments! 🚀

This theme is a highly customized configuration for Oh My Posh, designed to provide a visually rich, informative, and efficient prompt for your shell. It leverages advanced features of Oh My Posh, including segment styling, dynamic templates, mapped locations, and tooltips for various development environments.

🧱 Theme Structure

Docs: JSON Schema (section: Validation) · Block Config · Segment Config

◀️ Left-Aligned Prompt

Relevant segments: shell · root · path · git · executiontime · status

Contains segments for:

▶️ Right-Aligned Prompt (same-line; alignment: “right”)

Relevant segments: sysinfo · os · time · weather/owm · battery · node · npm · java · python · dotnet · upgrade · gitversion

Contains segments for:

➡️ Right Prompt (explicit rprompt block)

Relevant segments: promptcounter · upgrade · root · copilot (experimental, rprompt)

Contains segments for:

Note: Some segments may appear as ‘alignment: right’ (same-line right-aligned) or in an explicit rprompt block depending on the theme family. For example, copilot appears as an rprompt-type segment in experimentalDividers, while runtime badges (node, npm, java, python, etc.) are frequently in alignment: right blocks across families.

⤵️ Newline Block

Relevant segments: text (decorative line) · session · status

Contains segments for:

✨ Key Features

Docs: Templates · Mapped Locations · Caching (section removed: see General Config for related settings) · Styles & Separators (see General Config) · Tooltips

📦 Per-Family Segment Highlights

Some segments are specific to certain theme families; the main custom families are: experimentalDividers, OhMyPosh-Atomic-Custom (atomic custom), 1_shell, slimfat, atomicBit, and cleanDetailed.

If you need a segment added to README that’s used only by an official theme (not one of the custom families), let me know and I’ll add a note under “Official Families” instead.

📋 Detailed Segment Index (by family) Below is a convenience index showing which segments are used in each family of themes. This helps contributors see at a glance which segments are available in a family and which are exclusive. ### experimentalDividers - `battery` - `connection` - `copilot` - `executiontime` - `git` - `gitversion` - `http` - `ipify` - `java` - `node` - `npm` - `os` - `owm` - `path` - `project` - `python` - `react` - `root` - `session` - `shell` - `status` - `sysinfo` - `text` - `time` - `upgrade` - `winreg` ### atomicCustom - `battery` - `connection` - `executiontime` - `git` - `gitversion` - `http` - `ipify` - `java` - `node` - `npm` - `os` - `owm` - `path` - `project` - `python` - `react` - `root` - `session` - `shell` - `status` - `sysinfo` - `text` - `time` - `upgrade` - `winreg` ### 1_shell - `battery` - `connection` - `executiontime` - `git` - `gitversion` - `http` - `ipify` - `java` - `node` - `os` - `path` - `project` - `python` - `react` - `root` - `session` - `shell` - `status` - `sysinfo` - `text` - `time` - `upgrade` - `winreg` ### slimfat - `battery` - `connection` - `dotnet` - `executiontime` - `git` - `gitversion` - `http` - `ipify` - `java` - `node` - `os` - `path` - `project` - `python` - `react` - `root` - `session` - `shell` - `status` - `sysinfo` - `text` - `time` - `upgrade` - `winreg` ### atomicBit - `angular` - `aurelia` - `aws` - `azfunc` - `battery` - `connection` - `dart` - `dotnet` - `executiontime` - `git` - `gitversion` - `go` - `http` - `ipify` - `java` - `julia` - `kubectl` - `node` - `nx` - `os` - `owm` - `path` - `project` - `python` - `react` - `root` - `ruby` - `rust` - `session` - `shell` - `status` - `sysinfo` - `text` - `time` - `upgrade` - `winreg` ### cleanDetailed - `battery` - `connection` - `executiontime` - `git` - `gitversion` - `http` - `ipify` - `java` - `node` - `os` - `path` - `project` - `python` - `react` - `root` - `session` - `shell` - `status` - `sysinfo` - `text` - `time` - `upgrade` - `winreg`

📦 Oh-My-Posh Installation

Docs: Installation: Windows · macOS · Linux · Fonts · Customize

  1. Windows
  2. Linux
  3. MacOS

🛠️ How to Use

  1. Quick Start (from GitHub URL): You can use the theme directly from the GitHub repository without downloading it:
oh-my-posh init pwsh --config "https://raw.githubusercontent.com/Nick2bad4u/OhMyPosh-Atomic-Enhanced/main/OhMyPosh-Atomic-Custom-ExperimentalDividers.json" | Invoke-Expression
  1. Local Setup: Copy the theme JSON (OhMyPosh-Atomic-Custom-ExperimentalDividers.json) to your system. Set your shell to use this theme with Oh My Posh:
oh-my-posh init pwsh --config "<path-to>/OhMyPosh-Atomic-Custom-ExperimentalDividers.json" | Invoke-Expression
  1. Fish (recommended variant): Fish uses a native right prompt (fish_right_prompt). Prompts that draw right-aligned blocks inside the left prompt via cursor positioning can cause truncation/ellipsis.

Use the Fish-specific variant (right-side content is rendered via fish_right_prompt):

oh-my-posh init fish --config https://raw.githubusercontent.com/Nick2bad4u/OhMyPosh-Atomic-Enhanced/main/OhMyPosh-Atomic-Custom-ExperimentalDividers.Fish.json | source
  1. Generated special variants: Extended adds additional VCS segments and tooltips. ColorCycle applies the same ordered color cycle to the current Atomic Custom or ExperimentalDividers structure. Gradient and GradientRamps use Oh My Posh 29.36’s native two-stop backgrounds to connect prompt segments from parentBackground into their own palette colors. GradientRampsAutoShade requires Oh My Posh 30.0 and uses its automatic dark-gradient function at independent block entries while retaining the connected ramps between segments.
pwsh ./scripts/Make-ExtendedVariant.ps1
pwsh ./scripts/Make-ColorCycleVariant.ps1
pwsh ./scripts/Make-ColorCycleVariant.ps1 -Source ./OhMyPosh-Atomic-Custom-ExperimentalDividers.json
pwsh ./scripts/Make-GradientVariant.ps1
pwsh ./scripts/Make-GradientRampsVariant.ps1
pwsh ./scripts/Make-GradientRampsAutoShadeVariant.ps1

These commands generate complete standalone files at the repository root. They intentionally synchronize shared settings from their canonical source themes instead of preserving stale fields in an older generated file.

Test the generated gradient variants locally with Oh My Posh 29.36.0 or newer (v30.0.0 for GradientRampsAutoShade):

oh-my-posh init pwsh --config ./OhMyPosh-Atomic-Custom-ExperimentalDividers.Gradient.json | Invoke-Expression

# Alternative with position-matched full-block transition ramps
oh-my-posh init pwsh --config ./OhMyPosh-Atomic-Custom-ExperimentalDividers.GradientRamps.json | Invoke-Expression

# v30 auto-shades only at independent block entries
oh-my-posh init pwsh --config ./OhMyPosh-Atomic-Custom-ExperimentalDividers.GradientRampsAutoShade.json | Invoke-Expression

Oh My Posh cannot calculate gradients for interactive: true segments, so this generated test variant makes its path and Git segments non-interactive. The canonical ExperimentalDividers theme keeps their original interactive settings. Standalone tooltips remain solid because they do not have a dependable adjacent-segment color chain.

Oh My Posh calculates each gradient within an individual segment and distributes its stops across terminal character cells. The current Gradient variant removes the 30 colored one-cell transition dividers that exposed abrupt vertical bands and lets the following wider content segment interpolate directly from parentBackground. GradientRamps instead collapses those chains into nine six-cell full-block ramps. GradientRampsAutoShade keeps the same ramps and applies dark-gradient(color) only to the shell, npm right-prompt, and separate right-block entries, where no dependable parentBackground exists. Each ramp wraps its cells in <background,transparent>, so the foreground resolves to the gradient color at that text position and visually merges into the background while retaining stable terminal width. The transparent divider caps remain, and the canonical ExperimentalDividers theme keeps its complete divider layout.

Customize mapped locations, icons, and colors as needed in the JSON file.

🧪 Advanced Customization

Docs: Segment Config · Templates Guide · Palette & Colors · Tooltips

For more details, see the Oh My Posh documentation.

📚 Documentation

For comprehensive guides, configuration options, and troubleshooting, refer to the official Oh My Posh documentation at https://ohmyposh.dev/docs.

Project docs:

🔐 Security & Privacy (Network Calls)

Some segments/tooltips in this repo can make outbound HTTP requests (weather, public IP lookup, package registry lookups, etc.). This repo does not store secrets; integrations are configured to read credentials from environment variables.

To disable all network calls, generate an offline variant:

pwsh ./scripts/Make-NoNetwork.ps1 -SourceTheme ./OhMyPosh-Atomic-Custom-ExperimentalDividers.json

Then use the generated *.NoNetwork.json config.

See SECURITY.md for details.

🎨 Palette & Color Groups The theme centralizes all colors in a `palette` so segments and templates stay consistent and easy to tweak. Colors are grouped by functional intent rather than pure hue. Use `p:` anywhere a color is accepted (foreground/background, templates like `` or `<p:fg,p:bg>`). | Group | Key | Description | | --- | --- | --- | | Core / Base | `accent` | Primary accent and prompt line markers. | | `black`, `white` | Base monochrome anchors. | | Blues (Shell / Time / Info) | `blue_primary` | Shell segment background & transient prompt color. | | `blue_time` | Time and connection segments. | | `blue_tooltip` | Tooltip foreground accents. | | `windows_blue` | Windows registry/version segment. | | `python_blue` | Python runtime background. | | `navy_text` | Dark readable foreground on bright yellows. | | Purples (Session / Branch State / Execution) | `purple_session` | Session username & debug banners. | | `purple_ahead` | Git ahead/behind highlighting. | | `purple_exec` | Execution time segment. | | `violet_project` | Project/workspace segment. | | Reds & Pinks (Errors / Alerts) | `red_alert` | Root/admin & error emphasis. | | `red_deleted` | Git deleted files counter. | | `maroon_error` | Error status background. | | `pink_error_line` | Error line symbol in multiline prompts. | | `pink_status_fail` | Failure state in status templates. | | Oranges (Path / Battery / Java / General Warm Accents) | `orange` | Path and tooltip path segment. | | `orange_unmerged` | Git unmerged count. | | `orange_battery` | Battery base color. | | `java_orange` | Java version tooltip. | | Yellows (Attention / Status / Update) | `yellow_bright` | Git base background & root foreground; high-attention blocks. | | `yellow_modified` | Git modified files. | | `yellow_git_changed` | Git working/staging changed blend. | | `yellow_update` | Upgrade notification segment. | | `yellow_root_alt` | Alt root indicator (rprompt). | | `yellow_discharging` | Battery discharging state. | | Greens (Success / Health / Battery / Helpers) | `green_added` | Git added files. | | `green_ahead` | Combined ahead/behind git state. | | `green_full` | Battery full state. | | `green_success` | Command success background template. | | `green_help` | Help / generic info text badge. | | `green_valid_line` | Valid line symbol. | | `green_charging` | Battery charging state. | | Cyans | `cyan_renamed` | Git renamed files count. | | `cyan_status_fg` | Status indicator foreground (multiline tail). | | Magenta | `magenta_copied` | Git copied files count. | | Weather / Misc | `pink_weather` | Weather segment background. | | Grays (Neutral/UI Framing) | `gray_os` | OS segment background. | | `gray_os_fg` | OS / neutral text foreground & reused for subtle text. | | `gray_untracked` | Git untracked file count. | | `gray_prompt_count_bg` | Prompt count background. | | `gray_prompt_count_fg` | Prompt count foreground. | | `gray_path_fg` | Path tooltip foreground & neutral dark text. | | Language / Tool Specific | `node_green` | Node.js / package manager tooltip background. | | `python_yellow` | Python secondary (logo yellow). | </details> ### Using Palette Entries Examples: ```jsonc "foreground": "p:accent" "background": "p:blue_primary" "template": " OK </> ERR </>" "background_templates": ["{{ if .Error }}p:maroon_error{{ end }}"] ``` This structure lets you retheme quickly: adjust a palette value once and every segment using it updates automatically. The included [`validate-palette.ps1`](/OhMyPosh-Atomic-Enhanced/scripts/validate-palette.ps1) script checks that every `p:` reference in the config matches a palette entry. It also reports any unused palette keys. > [!WARNING] Always run the validation script after changes to avoid palette mismatches! ⚠️ **Note:** Requires PowerShell 7 or later. No external modules are needed; the script uses only built-in PowerShell features. **Note:** Run the following command from the repository root to ensure correct results. Run it (from repo root): ```pwsh pwsh ./scripts/validate-palette.ps1 ``` Exit codes: - `0` clean (no missing; unused keys are allowed) - `2` missing references - `3` unused keys (only when `-FailOnUnused` is used) After making changes to the palette or theme configuration, run this script to ensure all palette references are valid and unused keys are reported--helping keep your configuration clean and error-free. ## 🎨 Theme Styles This repository includes **6 independent theme families**, each with one complete Original theme at the repository root and 37 color-only `extends` overlays in its family folder (**228 selectable themes** total), plus a small number of special variants. Folder overlays contain only inheritance metadata and palette colors. Raw GitHub overlays load their matching root base from this repository; tagged release downloads are materialized as standalone full configs. ### 🚀 OhMyPosh Atomic Custom The flagship theme with comprehensive features: - Multi-line layout with left and right blocks - Extensive git status with visual indicators - Language/framework detection (Node, Python, .NET, Java, Go, Rust, Angular, React, etc.) - System info (memory, CPU, battery) - Weather integration - Custom path mapping with smart icons - Execution time and status tracking ### ✨ 1_shell Enhanced A sleek single-line theme based on the official 1_shell: - Clean, compact design - Git integration with status colors - Session info and OS detection - Smart path display with mapped locations - Battery status with color indicators ### 🎯 Slimfat Enhanced Two-line compact theme with modern styling: - OS icon with session info - Enhanced git status on primary line - Language segments (Node, Python, .NET) - Time display and battery status - Clean execution time and status on second line ### 📦 AtomicBit Enhanced Box-style technical theme: - Bracketed session display - Path with smart location mapping - Multiple language support - OS info and battery status - Git status on separate line - Compact technical aesthetic ### 🧹 Clean-Detailed Enhanced Minimalist clean theme with essential info: - OS and shell information - System memory statistics - Execution time tracking - Enhanced git with upstream icons - Time and root indicators - Smart path with mapped locations --- ## 🎨 Theme Gallery All themes are available in multiple color palettes. Choose the one that fits your style! ### 🌈 Experimental Dividers Variants (NEW)

AmberSunset

AmberSunset theme preview

AyuMirage

AyuMirage theme preview

BlueOcean

BlueOcean theme preview

CatppuccinFrappe

CatppuccinFrappe theme preview

CatppuccinMocha

CatppuccinMocha theme preview

CherryMint

CherryMint theme preview

ChristmasCheer

ChristmasCheer theme preview

Cobalt2

Cobalt2 theme preview

ColorCycle

ColorCycle theme preview

DraculaNight

DraculaNight theme preview

Duskfox

Duskfox theme preview

EasterPastel

EasterPastel theme preview

Everforest

Everforest theme preview

Extended

Extended theme preview

FireIce

FireIce theme preview

Fish

Fish theme preview

ForestEmber

ForestEmber theme preview

GithubDark

GithubDark theme preview

Gradient

Gradient theme preview

GradientRamps

GradientRamps theme preview

GradientRampsAutoShade

GradientRampsAutoShade theme preview

GreenMatrix

GreenMatrix theme preview

GruvboxDark

GruvboxDark theme preview

HalloweenSpooky

HalloweenSpooky theme preview

KanagawaWave

KanagawaWave theme preview

LavenderPeach

LavenderPeach theme preview

MaterialPalenight

MaterialPalenight theme preview

MidnightGold

MidnightGold theme preview

MonokaiPro

MonokaiPro theme preview

Nightfox

Nightfox theme preview

NightOwl

NightOwl theme preview

NoNetwork

NoNetwork theme preview

NordFrost

NordFrost theme preview

NoShellIntegration

NoShellIntegration theme preview

OneDark

OneDark theme preview

Original

Original theme preview

PinkParadise

PinkParadise theme preview

Poimandres

Poimandres theme preview

PurpleReign

PurpleReign theme preview

RainbowBright

RainbowBright theme preview

RedAlert

RedAlert theme preview

RosePine

RosePine theme preview

SolarizedDark

SolarizedDark theme preview

Synthwave84

Synthwave84 theme preview

TealCyan

TealCyan theme preview

TokyoNight

TokyoNight theme preview
### 🚀 OhMyPosh Atomic Custom Variants

ColorCycle

ColorCycle theme preview

AmberSunset

AmberSunset theme preview

AyuMirage

AyuMirage theme preview

BlueOcean

BlueOcean theme preview

CatppuccinFrappe

CatppuccinFrappe theme preview

CatppuccinMocha

CatppuccinMocha theme preview

CherryMint

CherryMint theme preview

ChristmasCheer

ChristmasCheer theme preview

Cobalt2

Cobalt2 theme preview

DraculaNight

DraculaNight theme preview

Duskfox

Duskfox theme preview

EasterPastel

EasterPastel theme preview

Everforest

Everforest theme preview

FireIce

FireIce theme preview

ForestEmber

ForestEmber theme preview

GithubDark

GithubDark theme preview

GreenMatrix

GreenMatrix theme preview

GruvboxDark

GruvboxDark theme preview

HalloweenSpooky

HalloweenSpooky theme preview

KanagawaWave

KanagawaWave theme preview

LavenderPeach

LavenderPeach theme preview

MaterialPalenight

MaterialPalenight theme preview

MidnightGold

MidnightGold theme preview

MonokaiPro

MonokaiPro theme preview

Nightfox

Nightfox theme preview

NightOwl

NightOwl theme preview

NordFrost

NordFrost theme preview

OneDark

OneDark theme preview

Original

Original theme preview

PinkParadise

PinkParadise theme preview

Poimandres

Poimandres theme preview

PurpleReign

PurpleReign theme preview

RainbowBright

RainbowBright theme preview

RedAlert

RedAlert theme preview

RosePine

RosePine theme preview

SolarizedDark

SolarizedDark theme preview

Synthwave84

Synthwave84 theme preview

TealCyan

TealCyan theme preview

TokyoNight

TokyoNight theme preview
### ✨ 1_shell-Enhanced Variants

AmberSunset

AmberSunset theme preview

AyuMirage

AyuMirage theme preview

BlueOcean

BlueOcean theme preview

CatppuccinFrappe

CatppuccinFrappe theme preview

CatppuccinMocha

CatppuccinMocha theme preview

CherryMint

CherryMint theme preview

ChristmasCheer

ChristmasCheer theme preview

Cobalt2

Cobalt2 theme preview

DraculaNight

DraculaNight theme preview

Duskfox

Duskfox theme preview

EasterPastel

EasterPastel theme preview

Everforest

Everforest theme preview

FireIce

FireIce theme preview

ForestEmber

ForestEmber theme preview

GithubDark

GithubDark theme preview

GreenMatrix

GreenMatrix theme preview

GruvboxDark

GruvboxDark theme preview

HalloweenSpooky

HalloweenSpooky theme preview

KanagawaWave

KanagawaWave theme preview

LavenderPeach

LavenderPeach theme preview

MaterialPalenight

MaterialPalenight theme preview

MidnightGold

MidnightGold theme preview

MonokaiPro

MonokaiPro theme preview

Nightfox

Nightfox theme preview

NightOwl

NightOwl theme preview

NordFrost

NordFrost theme preview

OneDark

OneDark theme preview

Original

Original theme preview

PinkParadise

PinkParadise theme preview

Poimandres

Poimandres theme preview

PurpleReign

PurpleReign theme preview

RainbowBright

RainbowBright theme preview

RedAlert

RedAlert theme preview

RosePine

RosePine theme preview

SolarizedDark

SolarizedDark theme preview

Synthwave84

Synthwave84 theme preview

TealCyan

TealCyan theme preview

TokyoNight

TokyoNight theme preview
### 🎯 Slimfat-Enhanced Variants

AmberSunset

AmberSunset theme preview

AyuMirage

AyuMirage theme preview

BlueOcean

BlueOcean theme preview

CatppuccinFrappe

CatppuccinFrappe theme preview

CatppuccinMocha

CatppuccinMocha theme preview

CherryMint

CherryMint theme preview

ChristmasCheer

ChristmasCheer theme preview

Cobalt2

Cobalt2 theme preview

DraculaNight

DraculaNight theme preview

Duskfox

Duskfox theme preview

EasterPastel

EasterPastel theme preview

Everforest

Everforest theme preview

FireIce

FireIce theme preview

ForestEmber

ForestEmber theme preview

GithubDark

GithubDark theme preview

GreenMatrix

GreenMatrix theme preview

GruvboxDark

GruvboxDark theme preview

HalloweenSpooky

HalloweenSpooky theme preview

KanagawaWave

KanagawaWave theme preview

LavenderPeach

LavenderPeach theme preview

MaterialPalenight

MaterialPalenight theme preview

MidnightGold

MidnightGold theme preview

MonokaiPro

MonokaiPro theme preview

Nightfox

Nightfox theme preview

NightOwl

NightOwl theme preview

NordFrost

NordFrost theme preview

OneDark

OneDark theme preview

Original

Original theme preview

PinkParadise

PinkParadise theme preview

Poimandres

Poimandres theme preview

PurpleReign

PurpleReign theme preview

RainbowBright

RainbowBright theme preview

RedAlert

RedAlert theme preview

RosePine

RosePine theme preview

SolarizedDark

SolarizedDark theme preview

Synthwave84

Synthwave84 theme preview

TealCyan

TealCyan theme preview

TokyoNight

TokyoNight theme preview
### 📦 AtomicBit-Enhanced Variants

AmberSunset

AmberSunset theme preview

AyuMirage

AyuMirage theme preview

BlueOcean

BlueOcean theme preview

CatppuccinFrappe

CatppuccinFrappe theme preview

CatppuccinMocha

CatppuccinMocha theme preview

CherryMint

CherryMint theme preview

ChristmasCheer

ChristmasCheer theme preview

Cobalt2

Cobalt2 theme preview

DraculaNight

DraculaNight theme preview

Duskfox

Duskfox theme preview

EasterPastel

EasterPastel theme preview

Everforest

Everforest theme preview

FireIce

FireIce theme preview

ForestEmber

ForestEmber theme preview

GithubDark

GithubDark theme preview

GreenMatrix

GreenMatrix theme preview

GruvboxDark

GruvboxDark theme preview

HalloweenSpooky

HalloweenSpooky theme preview

KanagawaWave

KanagawaWave theme preview

LavenderPeach

LavenderPeach theme preview

MaterialPalenight

MaterialPalenight theme preview

MidnightGold

MidnightGold theme preview

MonokaiPro

MonokaiPro theme preview

Nightfox

Nightfox theme preview

NightOwl

NightOwl theme preview

NordFrost

NordFrost theme preview

OneDark

OneDark theme preview

Original

Original theme preview

PinkParadise

PinkParadise theme preview

Poimandres

Poimandres theme preview

PurpleReign

PurpleReign theme preview

RainbowBright

RainbowBright theme preview

RedAlert

RedAlert theme preview

RosePine

RosePine theme preview

SolarizedDark

SolarizedDark theme preview

Synthwave84

Synthwave84 theme preview

TealCyan

TealCyan theme preview

TokyoNight

TokyoNight theme preview
### 🧹 Clean-Detailed-Enhanced Variants

AmberSunset

AmberSunset theme preview

AyuMirage

AyuMirage theme preview

BlueOcean

BlueOcean theme preview

CatppuccinFrappe

CatppuccinFrappe theme preview

CatppuccinMocha

CatppuccinMocha theme preview

CherryMint

CherryMint theme preview

ChristmasCheer

ChristmasCheer theme preview

Cobalt2

Cobalt2 theme preview

DraculaNight

DraculaNight theme preview

Duskfox

Duskfox theme preview

EasterPastel

EasterPastel theme preview

Everforest

Everforest theme preview

FireIce

FireIce theme preview

ForestEmber

ForestEmber theme preview

GithubDark

GithubDark theme preview

GreenMatrix

GreenMatrix theme preview

GruvboxDark

GruvboxDark theme preview

HalloweenSpooky

HalloweenSpooky theme preview

KanagawaWave

KanagawaWave theme preview

LavenderPeach

LavenderPeach theme preview

MaterialPalenight

MaterialPalenight theme preview

MidnightGold

MidnightGold theme preview

MonokaiPro

MonokaiPro theme preview

Nightfox

Nightfox theme preview

NightOwl

NightOwl theme preview

NordFrost

NordFrost theme preview

OneDark

OneDark theme preview

Original

Original theme preview

PinkParadise

PinkParadise theme preview

Poimandres

Poimandres theme preview

PurpleReign

PurpleReign theme preview

RainbowBright

RainbowBright theme preview

RedAlert

RedAlert theme preview

RosePine

RosePine theme preview

SolarizedDark

SolarizedDark theme preview

Synthwave84

Synthwave84 theme preview

TealCyan

TealCyan theme preview

TokyoNight

TokyoNight theme preview
### 🎯 Quick Install To use any theme, copy the command for your preferred variant: ```pwsh # Replace and with the desired theme names oh-my-posh init pwsh --config "https://raw.githubusercontent.com/Nick2bad4u/OhMyPosh-Atomic-Enhanced/main//" | Invoke-Expression ``` **Theme File Naming Convention:** - OhMyPosh-Atomic-Custom..json - Flagship comprehensive theme - 1_shell-Enhanced.omp..json - Single-line sleek theme - slimfat-Enhanced.omp..json - Two-line compact theme - tomicBit-Enhanced.omp..json - Box-style technical theme - clean-detailed-Enhanced.omp..json - Minimalist clean theme **Examples:** ```pwsh # Atomic Custom with Nord Frost palette oh-my-posh init pwsh --config "https://raw.githubusercontent.com/Nick2bad4u/OhMyPosh-Atomic-Enhanced/main/atomic/OhMyPosh-Atomic-Custom.NordFrost.json" | Invoke-Expression # 1_shell Enhanced with Tokyo Night palette oh-my-posh init pwsh --config "https://raw.githubusercontent.com/Nick2bad4u/OhMyPosh-Atomic-Enhanced/main/1_shell/1_shell-Enhanced.omp.TokyoNight.json" | Invoke-Expression # Slimfat Enhanced with Dracula Night palette oh-my-posh init pwsh --config "https://raw.githubusercontent.com/Nick2bad4u/OhMyPosh-Atomic-Enhanced/main/slimfat/slimfat-Enhanced.omp.DraculaNight.json" | Invoke-Expression # AtomicBit Enhanced with Gruvbox Dark palette oh-my-posh init pwsh --config "https://raw.githubusercontent.com/Nick2bad4u/OhMyPosh-Atomic-Enhanced/main/atomicBit/atomicBit-Enhanced.omp.GruvboxDark.json" | Invoke-Expression # Clean-Detailed Enhanced with Catppuccin Mocha palette oh-my-posh init pwsh --config "https://raw.githubusercontent.com/Nick2bad4u/OhMyPosh-Atomic-Enhanced/main/cleanDetailed/clean-detailed-Enhanced.omp.CatppuccinMocha.json" | Invoke-Expression ``` **Available Palettes:** - **Original** - Your current vibrant tech theme - **Nord Frost** - Arctic cool tones - **Gruvbox Dark** - Warm retro earth tones - **Dracula Night** - Bold purple/pink - **Tokyo Night** - Modern neon blues - **Monokai Pro** - Classic neon colors - **Solarized Dark** - Eye-friendly - **Catppuccin Mocha** - Soft pastels - **Forest Ember** - Deep greens with amber - **Pink Paradise** - Vibrant pink/magenta 💗 - **Purple Reign** - Royal purples 👑 - **Red Alert** - Fiery reds/oranges 🔥 - **Blue Ocean** - Deep ocean blues 🌊 - **Green Matrix** - Matrix-inspired greens 💚 - **Amber Sunset** - Warm sunset tones 🌅 - **Teal Cyan** - Electric teals ⚡ - **Rainbow Bright** - Vibrant rainbow colors 🌈 - **Christmas Cheer** - Festive holiday colors 🎄 - **Halloween Spooky** - Spooky Halloween theme 🎃 - **Easter Pastel** - Soft pastel Easter colors 🐰 - **Fire & Ice** - Dual-tone red/orange and blue/cyan ❄️🔥 - **Midnight Gold** - Deep navy blue and gold ⭐ - **Cherry Mint** - Cherry red and mint green 🍒 - **Lavender Peach** - Soft lavender and warm peach 🍑 ---