Update powerline config
This commit is contained in:
parent
cf7eeb9b5a
commit
6d41df1bc3
@ -1,53 +1,55 @@
|
|||||||
#:schema https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json
|
version = 3
|
||||||
|
|
||||||
version = 2
|
|
||||||
final_space = true
|
final_space = true
|
||||||
|
|
||||||
|
[palette]
|
||||||
|
blue = '#8AADF4'
|
||||||
|
lavender = '#B7BDF8'
|
||||||
|
os = '#ACB0BE'
|
||||||
|
pink = '#F5BDE6'
|
||||||
|
text = '#494D64'
|
||||||
|
wight = '#FFFFFF'
|
||||||
|
|
||||||
[[blocks]]
|
[[blocks]]
|
||||||
type = 'prompt'
|
type = 'prompt'
|
||||||
alignment = 'left'
|
alignment = 'left'
|
||||||
|
|
||||||
[[blocks.segments]]
|
[[blocks.segments]]
|
||||||
type = 'session'
|
|
||||||
style = 'diamond'
|
|
||||||
powerline_symbol = ''
|
|
||||||
leading_diamond = ''
|
leading_diamond = ''
|
||||||
template = '{{ .UserName }}@{{ .HostName }}'
|
template = '{{ .UserName }}@{{ .HostName }}'
|
||||||
background = 'p:blue'
|
|
||||||
foreground = 'p:text'
|
foreground = 'p:text'
|
||||||
Text = ''
|
|
||||||
Duration = 0
|
|
||||||
NameLength = 0
|
|
||||||
|
|
||||||
[[blocks.segments]]
|
|
||||||
type = 'path'
|
|
||||||
style = 'powerline'
|
|
||||||
powerline_symbol = ''
|
powerline_symbol = ''
|
||||||
template = ' {{ .Path }}'
|
background = 'p:blue'
|
||||||
background = 'p:pink'
|
type = 'session'
|
||||||
foreground = 'p:text'
|
style = 'diamond'
|
||||||
Text = ''
|
|
||||||
Duration = 0
|
|
||||||
NameLength = 0
|
|
||||||
|
|
||||||
[blocks.segments.properties]
|
[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 = ''
|
folder_icon = ''
|
||||||
home_icon = '~'
|
home_icon = '~'
|
||||||
style = 'agnoster_short'
|
style = 'agnoster_short'
|
||||||
|
|
||||||
[[blocks.segments]]
|
[[blocks.segments]]
|
||||||
|
template = ' {{ .HEAD }}'
|
||||||
|
foreground = 'p:text'
|
||||||
|
powerline_symbol = ''
|
||||||
|
background = 'p:lavender'
|
||||||
type = 'git'
|
type = 'git'
|
||||||
style = 'powerline'
|
style = 'powerline'
|
||||||
powerline_symbol = ''
|
|
||||||
template = ' {{ .HEAD }}'
|
|
||||||
background = 'p:lavender'
|
|
||||||
foreground = 'p:text'
|
|
||||||
Text = ''
|
|
||||||
Duration = 0
|
|
||||||
NameLength = 0
|
|
||||||
|
|
||||||
[blocks.segments.properties]
|
[blocks.segments.properties]
|
||||||
branch_icon = ' '
|
branch_icon = ' '
|
||||||
|
cache_duration = 'none'
|
||||||
cherry_pick_icon = ' '
|
cherry_pick_icon = ' '
|
||||||
commit_icon = ' '
|
commit_icon = ' '
|
||||||
fetch_status = false
|
fetch_status = false
|
||||||
@ -58,10 +60,7 @@ final_space = true
|
|||||||
revert_icon = ' '
|
revert_icon = ' '
|
||||||
tag_icon = ' '
|
tag_icon = ' '
|
||||||
|
|
||||||
[palette]
|
[blocks.segments.properties.mapped_branches]
|
||||||
blue = '#8AADF4'
|
'docs/*' = '📚 '
|
||||||
lavender = '#B7BDF8'
|
'feat/*' = '🚀 '
|
||||||
os = '#ACB0BE'
|
'fix/*' = '🐛 '
|
||||||
pink = '#F5BDE6'
|
|
||||||
text = '#494D64'
|
|
||||||
wight = '#FFFFFF'
|
|
||||||
|
Loading…
Reference in New Issue
Block a user