mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
theme: update markbull
1. Add hyperlink in "path" segment 2. Fix display error in "exit" segment
This commit is contained in:
parent
4b40282140
commit
8f72c37e91
|
@ -39,7 +39,7 @@
|
||||||
"powerline_symbol": "\ue0b0",
|
"powerline_symbol": "\ue0b0",
|
||||||
"properties": {
|
"properties": {
|
||||||
"style": "full",
|
"style": "full",
|
||||||
"template": " {{ .Path }} "
|
"template": "{{ path .Path .Location }} "
|
||||||
},
|
},
|
||||||
"style": "powerline",
|
"style": "powerline",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
"foreground": "#fffef9",
|
"foreground": "#fffef9",
|
||||||
"powerline_symbol": "\ue0b0",
|
"powerline_symbol": "\ue0b0",
|
||||||
"properties": {
|
"properties": {
|
||||||
"template": " \uf12a >>{{ .Text }} "
|
"template": " \uf12a >>{{ .Meaning }} "
|
||||||
},
|
},
|
||||||
"style": "powerline",
|
"style": "powerline",
|
||||||
"type": "exit"
|
"type": "exit"
|
||||||
|
@ -113,7 +113,7 @@
|
||||||
{
|
{
|
||||||
"foreground": "#ffffff",
|
"foreground": "#ffffff",
|
||||||
"properties": {
|
"properties": {
|
||||||
"template": "<b>$</b>"
|
"template": " $"
|
||||||
},
|
},
|
||||||
"style": "plain",
|
"style": "plain",
|
||||||
"type": "text"
|
"type": "text"
|
||||||
|
|
Loading…
Reference in a new issue