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

94 lines
2.6 KiB
JSON
Raw Permalink Normal View History

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#cfcfc4",
"background_templates": [
"{{if .Root}}#ff3026{{else}}#cfcfc4{{end}}"
],
2022-02-03 01:22:57 -08:00
"foreground": "#100e23",
"properties": {
2022-03-27 01:12:47 -07:00
"display_host": false
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": "{{if .Root}} \uf0e7 {{.UserName}} {{else}} {{.UserName}} {{end}}",
2022-02-03 01:22:57 -08:00
"type": "session"
},
{
"background": "#ec9706",
2022-02-03 01:22:57 -08:00
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
"properties": {
2022-02-03 01:22:57 -08:00
"folder_icon": "\ue5ff",
"folder_separator_icon": "\ue0b9",
"home_icon": "\ueb06",
"mapped_locations": {
"C:\\Users": "\uf007",
"C:\\Windows": "\ue62a"
2022-02-03 01:22:57 -08:00
},
"mixed_threshold": 8,
2022-03-27 01:12:47 -07:00
"style": "mixed"
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " {{ path .Path .Location }} ",
2022-02-03 01:22:57 -08:00
"type": "path"
},
{
"background": "#3feb56",
2022-02-03 01:22:57 -08:00
"foreground": "#193549",
"powerline_symbol": "\ue0b0",
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " {{ .HEAD }} ",
2022-02-03 01:22:57 -08:00
"type": "git"
},
{
"background": "#906cff",
2022-02-03 01:22:57 -08:00
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} ",
2022-02-03 01:22:57 -08:00
"type": "python"
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
},
{
"alignment": "right",
"segments": [
{
"background": "#ff4040",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"leading_diamond": "\ue0c2",
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": " \ue70f ",
2022-02-03 01:22:57 -08:00
"trailing_diamond": "\ue0c0",
"type": "status"
},
{
"background": "#2f2f2f",
2022-02-03 01:22:57 -08:00
"foreground": "#fafafa",
"leading_diamond": "\ue0b2",
"properties": {
2022-03-27 01:12:47 -07:00
"style": "austin"
2022-02-03 01:22:57 -08:00
},
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": " {{ .FormattedMs }} ",
2022-02-03 01:22:57 -08:00
"type": "executiontime"
}
2022-02-03 01:22:57 -08:00
],
"type": "rprompt"
}
2022-02-03 01:22:57 -08:00
],
2022-03-27 01:12:47 -07:00
"console_title_template": "{{if .Root}} \u26a1 {{end}}{{.UserName}} \u2794 📁{{.Folder}}",
"final_space": true,
2022-02-21 03:31:16 -08:00
"secondary_prompt": {
"background": "#ec9706",
"foreground": "#100e23",
"template": " \uf061 "
},
2022-03-27 01:12:47 -07:00
"version": 2
}