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

66 lines
1.9 KiB
JSON
Raw Normal View History

2021-06-07 22:38:30 -07:00
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
2021-06-07 22:38:30 -07:00
{
"background": "#B4009E",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"leading_diamond": "\ue0b6",
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "{{ .UserName }} ",
2022-02-03 01:22:57 -08:00
"type": "session"
},
{
"background": "#FFFF00",
2022-02-03 01:22:57 -08:00
"foreground": "#000000",
"powerline_symbol": "\ue0b0",
"properties": {
2022-03-27 01:12:47 -07:00
"style": "folder"
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " {{ .Path }} ",
2022-02-03 01:22:57 -08:00
"type": "path"
},
{
"background": "#4E44FF",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": {
2022-02-03 01:22:57 -08:00
"branch_icon": "",
"fetch_stash_count": true,
"fetch_status": false,
2022-03-27 01:12:47 -07:00
"fetch_upstream_icon": true
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
"template": " \u279c ({{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }}) ",
2022-02-03 01:22:57 -08:00
"type": "git"
},
{
"background": "#4e903d",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ",
2022-02-03 01:22:57 -08:00
"type": "node"
},
{
"background": "#16C60C",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"properties": {
"time_format": "15:04"
2022-02-03 01:22:57 -08:00
},
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": " \u2665 {{ .CurrentDate | date .Format }} ",
2022-02-03 01:22:57 -08:00
"trailing_diamond": "\ue0b0",
"type": "time"
2021-06-07 22:38:30 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
}
2022-02-03 01:22:57 -08:00
],
"final_space": true,
2022-03-27 01:12:47 -07:00
"version": 2
}