From 4db79927de12479f5eb9dd24e1ef690008a52dad Mon Sep 17 00:00:00 2001 From: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com> Date: Tue, 10 Mar 2026 19:27:46 -0400 Subject: [PATCH] feat: update oh-my-posh config Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com> --- .config/ohmyposh/omp.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/ohmyposh/omp.toml b/.config/ohmyposh/omp.toml index 58af0db..0a2da2f 100644 --- a/.config/ohmyposh/omp.toml +++ b/.config/ohmyposh/omp.toml @@ -12,12 +12,12 @@ final_space = true yellow = '#fabd2f' [secondary_prompt] - template = '<,p:yellow> >  ' + template = '<,p:blue> >  ' foreground = 'p:black' background = 'transparent' [transient_prompt] - template = '<,p:yellow> {{ .Folder }}  ' + template = '<,p:blue> {{ .Folder }}  ' foreground = 'p:black' background = 'transparent' @@ -37,13 +37,13 @@ final_space = true trailing_diamond = '' template = ' {{ if .SSHSession }} {{ end }}{{ .UserName }} ' foreground = 'p:black' - background = 'p:yellow' + background = 'p:blue' type = 'session' style = 'diamond' [[blocks.segments]] template = '  {{ path .Path .Location }} ' - foreground = 'p:orange' + foreground = 'p:blue' powerline_symbol = '' background = 'p:black' type = 'path' @@ -56,12 +56,12 @@ final_space = true background = 'p:black' type = 'git' style = 'powerline' - foreground_templates = ['{{ if or (.Working.Changed) (.Staging.Changed) }}p:green{{ end }}', '{{ if eq .Background "p:yellow" }}p:black{{ end }}'] - background_templates = ['{{ if or (.Working.Changed) (.Staging.Changed) }}p:yellow{{ end }}'] + foreground_templates = ['{{ if or (.Working.Changed) (.Staging.Changed) }}p:green{{ end }}', '{{ if eq .Background "p:blue" }}p:black{{ end }}'] + background_templates = ['{{ if or (.Working.Changed) (.Staging.Changed) }}p:blue{{ end }}'] [[blocks.segments]] template = '  ' - foreground = 'p:yellow' + foreground = 'p:blue' powerline_symbol = '' background = 'p:black' type = 'root' @@ -89,7 +89,7 @@ final_space = true [[blocks.segments]] template = ' {{ .Version }}' - foreground = 'p:yellow' + foreground = 'p:blue' background = 'transparent' type = 'python' style = 'plain' @@ -113,7 +113,7 @@ final_space = true trailing_diamond = '' template = '  {{ .Profile }}{{ if .Region }}@{{ .Region }}{{ end }} ' foreground = 'p:white' - background = 'p:orange' + background = 'p:blue' type = 'aws' style = 'diamond' tips = ['aws']