oh-my-posh/themes/bubblesline.omp.json
2022-02-03 10:44:18 +01:00

145 lines
4.3 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "right",
"segments": [
{
"background": "#424242",
"foreground": "#3EC669",
"leading_diamond": "\ue0b6",
"properties": {
"style": "folder",
"template": "\ue5ff {{ .Path }}"
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "path"
},
{
"background": "#424242",
"foreground": "#43CCEA",
"leading_diamond": " \ue0b6",
"properties": {
"branch_icon": "",
"template": "{{ .HEAD }}"
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "git"
},
{
"background": "#424242",
"foreground": "#E4F34A",
"leading_diamond": " \ue0b6",
"properties": {
"fetch_version": false,
"template": "\ue235{{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}"
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "python"
},
{
"background": "#424242",
"foreground": "#7FD5EA",
"leading_diamond": " \ue0b6",
"properties": {
"fetch_version": false,
"template": "\ufcd1{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "go"
},
{
"background": "#424242",
"foreground": "#42E66C",
"leading_diamond": " \ue0b6",
"properties": {
"fetch_version": false,
"template": "\ue718{{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}"
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "node"
},
{
"background": "#424242",
"foreground": "#E64747",
"leading_diamond": " \ue0b6",
"properties": {
"fetch_version": false,
"template": "\ue791{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "ruby"
},
{
"background": "#424242",
"foreground": "#E64747",
"leading_diamond": " \ue0b6",
"properties": {
"fetch_version": false,
"template": "\ue738{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "java"
},
{
"background": "#424242",
"foreground": "#9B6BDF",
"leading_diamond": " \ue0b6",
"properties": {
"fetch_version": false,
"template": "\ue624{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "julia"
},
{
"background": "#424242",
"foreground": "#9B6BDF",
"foreground_templates": [
"{{if eq \"Charging\" .State.String}}#40c4ff{{end}}",
"{{if eq \"Discharging\" .State.String}}#ff5722{{end}}",
"{{if eq \"Full\" .State.String}}#4caf50{{end}}"
],
"leading_diamond": " \ue0b6",
"properties": {
"charged_icon": "\u25cf ",
"charging_icon": "\u21e1 ",
"discharging_icon": "\u21e3 ",
"template": "{{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}"
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "battery"
}
],
"type": "rprompt"
},
{
"alignment": "left",
"segments": [
{
"background": "#424242",
"foreground": "#9B6BDF",
"leading_diamond": "\ue0b6",
"properties": {
"template": "{{ .UserName }} \u276f"
},
"style": "diamond",
"trailing_diamond": "\ue0b4 ",
"type": "session"
}
],
"type": "prompt"
}
],
"version": 1
}