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

156 lines
4.2 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "rprompt",
"alignment": "right",
"segments": [
{
"type": "path",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": "\uE0B6",
"foreground": "#3EC669",
"background": "#424242",
"properties": {
"prefix": "\uE5FF ",
"postfix": "",
"style": "folder"
}
},
{
"type": "git",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#43CCEA",
"background": "#424242",
"properties": {
"prefix": "",
"postfix": "",
"template": "{{ .HEAD }}",
"branch_icon": ""
}
},
{
"type": "python",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#E4F34A",
"background": "#424242",
"properties": {
"prefix": "\uE235",
"postfix": "",
"fetch_version": false
}
},
{
"type": "go",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#7FD5EA",
"background": "#424242",
"properties": {
"prefix": "\uFCD1",
"postfix": "",
"fetch_version": false
}
},
{
"type": "node",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#42E66C",
"background": "#424242",
"properties": {
"prefix": "\uE718",
"postfix": "",
"fetch_version": false
}
},
{
"type": "ruby",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#E64747",
"background": "#424242",
"properties": {
"prefix": "\uE791",
"postfix": "",
"fetch_version": false
}
},
{
"type": "java",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#E64747",
"background": "#424242",
"properties": {
"prefix": "\uE738",
"postfix": "",
"fetch_version": false
}
},
{
"type": "julia",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#9B6BDF",
"background": "#424242",
"properties": {
"prefix": "\uE624",
"postfix": "",
"fetch_version": false
}
},
{
"type": "battery",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#9B6BDF",
"background": "#424242",
"foreground_templates": [
"{{if eq \"Charging\" .State.String}}#40c4ff{{end}}",
"{{if eq \"Discharging\" .State.String}}#ff5722{{end}}",
"{{if eq \"Full\" .State.String}}#4caf50{{end}}"
],
"properties": {
"discharging_icon": "\u21E3 ",
"charging_icon": "\u21E1 ",
"charged_icon": "\u25CF ",
"prefix": "",
"postfix": ""
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "session",
"style": "diamond",
"trailing_diamond": "\uE0B4 ",
"leading_diamond": "\uE0B6",
"foreground": "#9B6BDF",
"background": "#424242",
"properties": {
"postfix": " \u276F",
"prefix": "",
"template": "{{ .UserName }}"
}
}
]
}
]
}