theme: update markbull

1. Add hyperlink in "path" segment
2. Fix display error in "exit" segment
This commit is contained in:
markbull 2022-02-04 15:02:56 +08:00 committed by Jan De Dobbeleer
parent 4b40282140
commit 8f72c37e91

View file

@ -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"