Files
dotfiles/.config/ohmyposh/zen.toml
2025-11-30 21:51:33 +01:00

78 lines
1.5 KiB
TOML

"$schema" = "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json"
final_space = true
version = 3
[palette]
os = "#c6d0f5"
closer = "p:os"
pink = "#F4B8E4"
lavender = "#BABBF1"
blue = "#8CAAEE"
green = "#A6D189"
[[blocks]]
alignment = "left"
type = "prompt"
[[blocks.segments]]
foreground = "p:os"
style = "plain"
template = " {{.Icon}} "
type = "os"
[[blocks.segments]]
foreground = "p:blue"
style = "plain"
template = "{{ .UserName }} "
type = "session"
[[blocks.segments]]
foreground = "p:pink"
style = "plain"
template = "{{ .Path }}"
type = "path"
[blocks.segments.properties]
style = "full"
home_icon = "~"
[[blocks.segments]]
foreground = "p:lavender"
style = "plain"
type = "session"
template = " {{ if .SSHSession }} {{ end }}{{ .HostName }}"
[[blocks.segments]]
foreground = "p:lavender"
template = "{{ .HEAD }} "
style = "plain"
type = "git"
[blocks.segments.properties]
branch_icon = "  "
cherry_pick_icon = "  "
commit_icon = "  "
fetch_status = false
fetch_upstream_icon = false
merge_icon = "  "
no_commits_icon = "  "
rebase_icon = "  "
revert_icon = "  "
tag_icon = "  "
[[blocks]]
type = 'prompt'
alignment = 'left'
newline = true
[[blocks.segments]]
style = "plain"
foreground = "p:green"
template = "->"
type = "text"
[transient_prompt]
background = "transparent"
foreground = "p:pink"
template = " -> "