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

101 lines
2.8 KiB
JSON
Raw Normal View History

2021-12-19 00:32:51 -08:00
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#b1ff4f",
2022-02-03 01:22:57 -08:00
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": "[🐍 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}] ",
2022-02-03 01:22:57 -08:00
"type": "python"
2021-12-19 00:32:51 -08:00
},
{
"foreground": "#ffaed8",
"properties": {
"folder_separator_icon": " 🢖 ",
2022-02-03 01:22:57 -08:00
"home_icon": "\u2764",
2022-03-27 01:12:47 -07:00
"style": "letter"
2022-02-03 01:22:57 -08:00
},
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "<#eaeaea>\u23a7</> \u27e8{{ .Path }}\u27e9 ",
2022-02-03 01:22:57 -08:00
"type": "path"
2021-12-19 00:32:51 -08:00
},
{
"foreground": "#62beff",
"properties": {
2022-02-03 01:22:57 -08:00
"branch_icon": "\u27df",
"branch_identical_icon": "\u2261",
2022-03-27 01:12:47 -07:00
"fetch_status": true
2022-02-03 01:22:57 -08:00
},
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "\u27e8{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} \u2206{{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}\u27e9",
2022-02-03 01:22:57 -08:00
"type": "git"
2021-12-19 00:32:51 -08:00
},
{
"foreground": "#98C379",
"properties": {
2022-03-27 01:12:47 -07:00
"fetch_version": true
2022-02-03 01:22:57 -08:00
},
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "<#ffffff>\u25e6</> \u2622{{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ",
2022-02-03 01:22:57 -08:00
"type": "node"
2021-12-19 00:32:51 -08:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2021-12-19 00:32:51 -08:00
},
{
2022-02-03 01:22:57 -08:00
"alignment": "right",
"segments": [
{
"foreground": "#fb0207",
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": " ××× ",
2022-02-03 01:22:57 -08:00
"type": "exit"
},
{
"foreground": "#9966ff",
"properties": {
"style": "austin",
"threshold": 0
},
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "\u27e8{{ .FormattedMs }}\u27e9 <#eaeaea>\u23ab</>",
2022-02-03 01:22:57 -08:00
"type": "executiontime"
}
],
"type": "prompt"
},
2021-12-19 00:32:51 -08:00
{
"alignment": "left",
"newline": true,
"segments": [
2022-02-03 01:22:57 -08:00
{
2021-12-19 00:32:51 -08:00
"foreground": "#3ce6bf",
2022-02-03 01:22:57 -08:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "<#eaeaea>\u23a9</>\u27e9\u27e9\u27e9\u27e9\u27e9\u27e9 ",
2022-02-03 01:22:57 -08:00
"type": "text"
2021-12-19 00:32:51 -08:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2021-12-19 00:32:51 -08:00
},
2022-02-03 01:22:57 -08:00
{
"alignment": "right",
"segments": [
{
"foreground": "#f5f5a6",
"properties": {
"time_format": "15:04:05"
},
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "\u27e8{{ .CurrentDate | date .Format }}\u27e9 <#eaeaea>\u23ad</>",
2022-02-03 01:22:57 -08:00
"type": "time"
}
],
"type": "rprompt"
}
],
2022-03-27 01:12:47 -07:00
"version": 2
2021-12-19 00:32:51 -08:00
}