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

171 lines
5 KiB
JSON
Raw Normal View History

2021-03-26 15:17:12 -07:00
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "right",
"segments": [
{
"background": "#29315A",
2022-02-03 01:22:57 -08:00
"foreground": "#E64747",
"leading_diamond": "\ue0b6",
2021-03-26 15:17:12 -07:00
"properties": {
2021-12-03 14:44:58 -08:00
"template": "{{ .UserName }}"
2022-02-03 01:22:57 -08:00
},
"style": "diamond",
"trailing_diamond": "\ue0b4 ",
"type": "session"
2021-03-26 15:17:12 -07:00
},
{
"background": "#29315A",
2022-02-03 01:22:57 -08:00
"foreground": "#3EC669",
"leading_diamond": "\ue0b6",
2021-03-26 15:17:12 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"style": "folder",
"template": "\ue5ff {{ .Path }}"
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "path"
2021-03-26 15:17:12 -07:00
},
{
"background": "#29315A",
2022-02-03 01:22:57 -08:00
"foreground": "#43CCEA",
"leading_diamond": " \ue0b6",
2021-03-26 15:17:12 -07:00
"properties": {
"branch_icon": "",
2021-11-09 08:13:47 -08:00
"template": "{{ .HEAD }}"
2022-02-03 01:22:57 -08:00
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "git"
2021-03-26 15:17:12 -07:00
},
{
"background": "#29315A",
2022-02-03 01:22:57 -08:00
"foreground": "#E4F34A",
"leading_diamond": " \ue0b6",
2021-03-26 15:17:12 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"fetch_version": false,
"template": "\ue235{{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}"
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "python"
2021-03-26 15:17:12 -07:00
},
{
"background": "#29315A",
2022-02-03 01:22:57 -08:00
"foreground": "#7FD5EA",
"leading_diamond": " \ue0b6",
2021-03-26 15:17:12 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"fetch_version": false,
"template": "\ufcd1{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "go"
2021-03-26 15:17:12 -07:00
},
{
"background": "#29315A",
2022-02-03 01:22:57 -08:00
"foreground": "#42E66C",
"leading_diamond": " \ue0b6",
2021-03-26 15:17:12 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"fetch_version": false,
"template": "\ue718{{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}"
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "node"
2021-03-26 15:17:12 -07:00
},
{
"background": "#29315A",
2022-02-03 01:22:57 -08:00
"foreground": "#E64747",
"leading_diamond": " \ue0b6",
2021-03-26 15:17:12 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"fetch_version": false,
"template": "\ue791{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "ruby"
2021-03-26 15:17:12 -07:00
},
{
"background": "#29315A",
2022-02-03 01:22:57 -08:00
"foreground": "#E64747",
"leading_diamond": " \ue0b6",
2021-03-26 15:17:12 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"fetch_version": false,
"template": "\ue738{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "java"
2021-03-26 15:17:12 -07:00
},
{
"background": "#29315A",
2022-02-03 01:22:57 -08:00
"foreground": "#9B6BDF",
"leading_diamond": " \ue0b6",
2021-03-26 15:17:12 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"fetch_version": false,
"template": "\ue624{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} "
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "julia"
2021-03-26 15:17:12 -07:00
},
{
"background": "#29315A",
2022-02-03 01:22:57 -08:00
"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}}"
],
2022-02-03 01:22:57 -08:00
"leading_diamond": " \ue0b6",
2021-03-26 15:17:12 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"charged_icon": "• ",
"charging_icon": "\u21e1 ",
"discharging_icon": "\u21e3 ",
"template": "{{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}"
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "battery"
2021-03-26 15:17:12 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2021-03-26 15:17:12 -07:00
},
{
"alignment": "left",
"newline": true,
2021-03-26 15:17:12 -07:00
"segments": [
{
"background": "#29315A",
2022-02-03 01:22:57 -08:00
"foreground": "#AEA4BF",
"leading_diamond": "\ue0b6",
2021-03-26 15:17:12 -07:00
"properties": {
"style": "austin",
2022-02-03 01:22:57 -08:00
"template": "{{ .FormattedMs }}",
"threshold": 150
},
"style": "diamond",
"trailing_diamond": "\ue0b4 ",
"type": "executiontime"
2021-03-26 15:17:12 -07:00
},
{
"background": "#29315A",
2022-02-03 01:22:57 -08:00
"foreground": "#7FD5EA",
"leading_diamond": "\ue0b6",
2021-03-26 15:17:12 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"template": "\u276f"
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "text"
2021-03-26 15:17:12 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2021-03-26 15:17:12 -07:00
}
2022-02-03 01:22:57 -08:00
],
"final_space": true,
"version": 1
2021-03-26 15:17:12 -07:00
}