diff --git a/amro.toml b/amro.toml index b537ff9..a563188 100644 --- a/amro.toml +++ b/amro.toml @@ -1,15 +1,6 @@ "$schema" = "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" version = 2 - -# [transient_prompt] -# foreground_templates = [ -# "{{if gt .Code 0}}red{{end}}", -# "{{if eq .Code 0}}green{{end}}", -# ] -# background = 'transparent' -# template = '' - [[blocks]] newline = true alignment = "left" @@ -25,9 +16,15 @@ type = "prompt" type = "session" [[blocks.segments]] - foreground = "#da5a96" + foreground = "red" style = "plain" - template = "@  {{ .HostName }} " + template = "@" + type = "text" + + [[blocks.segments]] + foreground = "#45F1C2" + style = "plain" + template = "  {{ .HostName }} " type = "session" [[blocks.segments]]