theme: add smoothie

This commit is contained in:
Papi Peppers 2021-12-19 03:32:51 -05:00 committed by GitHub
parent a88036fc69
commit a46fe2bcb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

115
themes/smoothie.omp.json Normal file
View file

@ -0,0 +1,115 @@
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "python",
"style": "powerline",
"foreground": "#b1ff4f",
"properties": {
"prefix": "\u005b🐍 ",
"postfix": "\u005D "
}
},
{
"type": "path",
"style": "plain",
"foreground": "#ffaed8",
"properties": {
"style": "letter",
"home_icon": "\u2764",
"folder_separator_icon": " 🢖 ",
"prefix": "<#eaeaea>⎧</> ⟨",
"postfix": "⟩ ",
"enable_hyperlink": false
}
},
{
"type": "git",
"style": "plain",
"foreground": "#62beff",
"properties": {
"prefix": "⟨",
"postfix": "⟩",
"fetch_status": true,
"branch_icon": "⟟",
"branch_identical_icon": "≡",
"template": "{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} ∆{{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}"
}
},
{
"type": "node",
"style": "plain",
"foreground": "#98C379",
"properties": {
"display_version": true,
"prefix": "<#ffffff>\u25E6</> \u2622"
}
}
]
},
{
"type": "prompt",
"alignment": "right",
"newline": false,
"segments": [
{
"type": "exit",
"style": "plain",
"foreground": "#fb0207",
"properties": {
"template": "×××"
}
},
{
"type": "executiontime",
"style": "plain",
"foreground": "#9966ff",
"properties": {
"threshold": 0,
"style": "austin",
"prefix": "⟨",
"postfix": "⟩ <#eaeaea>⎫</>"
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#3ce6bf",
"properties": {
"prefix": "<#eaeaea>⎩</>",
"text": " \u27E9\u27E9\u27E9\u27E9\u27E9\u27E9 "
}
}
]
},
{
"type": "rprompt",
"alignment": "right",
"newline": false,
"segments": [
{
"type": "time",
"style": "plain",
"foreground": "#f5f5a6",
"properties": {
"time_format": "15:04:05",
"prefix": "⟨",
"postfix": "⟩ <#eaeaea>⎭</>"
}
}
]
}
]
}