72 lines
1.3 KiB
TOML
72 lines
1.3 KiB
TOML
"$schema" = "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json"
|
|
final_space = true
|
|
version = 3
|
|
|
|
[palette]
|
|
os = "#4c4f69"
|
|
closer = "p:os"
|
|
pink = "#dd7878"
|
|
lavender = "#7287FD"
|
|
blue = "#209fb5"
|
|
green = "#40a02b"
|
|
|
|
[[blocks]]
|
|
alignment = "left"
|
|
type = "prompt"
|
|
|
|
[[blocks.segments]]
|
|
foreground = "p:os"
|
|
style = "plain"
|
|
template = "{{.Icon}} "
|
|
type = "os"
|
|
|
|
[[blocks.segments]]
|
|
foreground = "p:lavender"
|
|
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"
|
|
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 = " - "
|
|
|