theme: update night-owl

- add hyperlink to open folder in file explorer
- add hyperlink to open remote UpStreamURL
This commit is contained in:
Jul Guga 2022-09-25 16:01:16 +02:00 committed by Jan De Dobbeleer
parent 25fa43c1d3
commit 588360cce3

View file

@ -35,7 +35,7 @@
"style": "agnoster"
},
"style": "powerline",
"template": "{{ .Path }}",
"template": "{{ path .Path .Location }}",
"type": "path"
},
{
@ -56,7 +56,7 @@
"fetch_worktree_count": true
},
"style": "powerline",
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} ",
"template": " {{ url .UpstreamIcon .UpstreamURL }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} ",
"type": "git"
},
{