oh-my-posh/themes/nordtron.omp.json

84 lines
2.3 KiB
JSON
Raw Normal View History

2021-12-15 10:31:28 -08:00
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#88c0d0",
2022-02-03 01:22:57 -08:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "<#5e81ac>\u250f[</>{{ .UserName }}<#5e81ac>]</>",
2022-02-03 01:22:57 -08:00
"type": "session"
2021-12-15 10:31:28 -08:00
},
{
"foreground": "#b48ead",
"properties": {
2022-02-03 01:22:57 -08:00
"fetch_stash_count": true,
2021-12-15 10:31:28 -08:00
"fetch_status": true,
2022-03-27 01:12:47 -07:00
"fetch_upstream_icon": true
2022-02-03 01:22:57 -08:00
},
"style": "plain",
"template": "<#5e81ac>--[</>{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }}<#8fbcbb> \u25cf </>{{ end }}{{ if .Staging.Changed }}<#88c0d0> \u25cf </>{{ end }}<#5e81ac>]</>",
2022-02-03 01:22:57 -08:00
"type": "git"
2021-12-15 10:31:28 -08:00
},
{
"foreground": "#b48ead",
2022-02-03 01:22:57 -08:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "<#5e81ac>--[</>{{.Profile}}{{if .Region}}@{{.Region}}{{end}}<#5e81ac>]</>",
2022-02-03 01:22:57 -08:00
"type": "aws"
2021-12-15 10:31:28 -08:00
},
{
"foreground": "#b48ead",
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "<#5e81ac>--[</>{{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}}<#5e81ac>]</>",
2022-02-03 01:22:57 -08:00
"type": "kubectl"
},
{
2021-12-15 10:31:28 -08:00
"foreground": "#d8dee9",
2022-02-03 01:22:57 -08:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "<#5e81ac>[</>\uf0e7<#5e81ac>]</>",
2022-02-03 01:22:57 -08:00
"type": "root"
2021-12-15 10:31:28 -08:00
},
{
"foreground": "#d8dee9",
2022-02-03 01:22:57 -08:00
"style": "plain",
"template": "<#5e81ac>[x</>{{ reason .Code }}<#5e81ac>]</>",
"type": "status"
2021-12-15 10:31:28 -08:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2021-12-15 10:31:28 -08:00
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#88c0d0",
"properties": {
2022-03-27 01:12:47 -07:00
"style": "full"
2022-02-03 01:22:57 -08:00
},
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "<#5e81ac>\u2516[</>{{ .Path }}<#5e81ac>]</>",
2022-02-03 01:22:57 -08:00
"type": "path"
2021-12-15 10:31:28 -08:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2021-12-15 10:31:28 -08:00
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#5e81ac",
2022-02-03 01:22:57 -08:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": " \ue602 ",
2022-02-03 01:22:57 -08:00
"type": "text"
2021-12-15 10:31:28 -08:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
}
2021-12-15 10:31:28 -08:00
],
2022-02-03 01:22:57 -08:00
"final_space": true,
2022-03-27 01:12:47 -07:00
"version": 2
2021-12-15 10:31:28 -08:00
}