lock theme change and omp theme change
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
},
|
||||
"leading_diamond": "\ue0b6",
|
||||
"trailing_diamond": "\ue0b4",
|
||||
"foreground": "black",
|
||||
"background": "#fab387",
|
||||
"foreground": "#151218",
|
||||
"background": "#f1b7c2",
|
||||
"type": "os",
|
||||
"style": "diamond"
|
||||
},
|
||||
@@ -22,8 +22,8 @@
|
||||
},
|
||||
"trailing_diamond": "\ue0b4",
|
||||
"template": " {{ .UserName }}@{{ .HostName }}",
|
||||
"foreground": "black",
|
||||
"background": "#94e2d5",
|
||||
"foreground": "#151218",
|
||||
"background": "#cec2db",
|
||||
"type": "session",
|
||||
"style": "diamond"
|
||||
},
|
||||
@@ -33,8 +33,8 @@
|
||||
},
|
||||
"trailing_diamond": "\ue0b4",
|
||||
"template": " {{ .PWD }} ",
|
||||
"foreground": "black",
|
||||
"background": "#cba6f7",
|
||||
"foreground": "#151218",
|
||||
"background": "#d6bbfb",
|
||||
"type": "path",
|
||||
"style": "diamond"
|
||||
},
|
||||
@@ -53,9 +53,9 @@
|
||||
}
|
||||
},
|
||||
"trailing_diamond": "\ue0b4",
|
||||
"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 }} \uf0c7 {{ .StashCount }}{{ end }}",
|
||||
"foreground": "black",
|
||||
"background": "#f5c2e7",
|
||||
"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 }} \uf0c7 {{ .StashCount }}{{ end }}",
|
||||
"foreground": "#151218",
|
||||
"background": "#f1b7c2",
|
||||
"type": "git",
|
||||
"style": "diamond"
|
||||
}
|
||||
|
||||
@@ -1,58 +0,0 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||
"final_space": true,
|
||||
"blocks": [
|
||||
{
|
||||
"alignment": "left",
|
||||
"newline": true,
|
||||
"segments": [
|
||||
{
|
||||
"type": "os",
|
||||
"style": "diamond",
|
||||
"foreground": "black",
|
||||
"background": "#fab387",
|
||||
"leading_diamond": "\ue0b6",
|
||||
"trailing_diamond": "\ue0b4"
|
||||
},
|
||||
{
|
||||
"type": "session",
|
||||
"style": "diamond",
|
||||
"foreground": "black",
|
||||
"background": "#94e2d5",
|
||||
"template": " {{ .UserName }}@{{ .HostName }}",
|
||||
"trailing_diamond": "\ue0b4"
|
||||
},
|
||||
{
|
||||
"type": "path",
|
||||
"style": "diamond",
|
||||
"foreground": "black",
|
||||
"background": "#cba6f7",
|
||||
"template": " {{ .PWD }} ",
|
||||
"trailing_diamond": "\ue0b4"
|
||||
},
|
||||
{
|
||||
"type": "git",
|
||||
"style": "diamond",
|
||||
"foreground": "black",
|
||||
"background": "#f5c2e7",
|
||||
"trailing_diamond": "\ue0b4",
|
||||
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} {{ .StashCount }}{{ end }}",
|
||||
"properties": {
|
||||
"fetch_status": true,
|
||||
"fetch_upstream_icon": true,
|
||||
"untracked_modes": {
|
||||
"/Users/user/Projects/oh-my-posh/": "no"
|
||||
},
|
||||
"source": "cli",
|
||||
"mapped_branches": {
|
||||
"feat/*": "",
|
||||
"bug/*": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "prompt"
|
||||
}
|
||||
],
|
||||
"version": 2
|
||||
}
|
||||
Reference in New Issue
Block a user