dotfiles/zsh/.config/oh-my-posh/theme.toml

67 lines
1.4 KiB
TOML

version = 3
final_space = true
[palette]
blue = '#8AADF4'
lavender = '#B7BDF8'
os = '#ACB0BE'
pink = '#F5BDE6'
text = '#494D64'
wight = '#FFFFFF'
[[blocks]]
type = 'prompt'
alignment = 'left'
[[blocks.segments]]
leading_diamond = ''
template = '{{ .UserName }}@{{ .HostName }}'
foreground = 'p:text'
powerline_symbol = ''
background = 'p:blue'
type = 'session'
style = 'diamond'
[blocks.segments.properties]
cache_duration = 'none'
[[blocks.segments]]
template = ' {{ .Path }}'
foreground = 'p:text'
powerline_symbol = ''
background = 'p:pink'
type = 'path'
style = 'powerline'
[blocks.segments.properties]
cache_duration = 'none'
folder_icon = ''
home_icon = '~'
style = 'agnoster_short'
[[blocks.segments]]
template = ' {{ .HEAD }}'
foreground = 'p:text'
powerline_symbol = ''
background = 'p:lavender'
type = 'git'
style = 'powerline'
[blocks.segments.properties]
branch_icon = ' '
cache_duration = 'none'
cherry_pick_icon = ' '
commit_icon = ' '
fetch_status = false
fetch_upstream_icon = false
merge_icon = ' '
no_commits_icon = ' '
rebase_icon = ' '
revert_icon = ' '
tag_icon = ' '
[blocks.segments.properties.mapped_branches]
'docs/*' = '📚 '
'feat/*' = '🚀 '
'fix/*' = '🐛 '