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

184 lines
4.9 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",
2021-09-25 01:52:12 -07:00
"final_space": true,
2021-03-26 15:17:12 -07:00
"blocks": [
{
"type": "prompt",
"alignment": "right",
"segments": [
{
"type": "session",
"style": "diamond",
"trailing_diamond": "\uE0B4 ",
"leading_diamond": "\uE0B6",
"foreground": "#E64747",
"background": "#29315A",
"properties": {
"display_host": false,
"postfix": "",
"prefix": ""
}
},
{
"type": "path",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": "\uE0B6",
"foreground": "#3EC669",
"background": "#29315A",
"properties": {
"prefix": "\uE5FF ",
"postfix": "",
"style": "folder"
}
},
{
"type": "git",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#43CCEA",
"background": "#29315A",
"properties": {
"prefix": "",
"postfix": "",
"branch_icon": "",
2021-11-09 08:13:47 -08:00
"template": "{{ .HEAD }}"
2021-03-26 15:17:12 -07:00
}
},
{
"type": "python",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#E4F34A",
"background": "#29315A",
"properties": {
"prefix": "\uE235",
"postfix": "",
"display_version": false
}
},
{
"type": "go",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#7FD5EA",
"background": "#29315A",
"properties": {
"prefix": "\uFCD1",
"postfix": "",
"display_version": false
}
},
{
"type": "node",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#42E66C",
"background": "#29315A",
"properties": {
"prefix": "\uE718",
"postfix": "",
"display_version": false
}
},
{
"type": "ruby",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#E64747",
"background": "#29315A",
"properties": {
"prefix": "\uE791",
"postfix": "",
"display_version": false
}
},
{
"type": "java",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#E64747",
"background": "#29315A",
"properties": {
"prefix": "\uE738",
"postfix": "",
"display_version": false
}
},
{
"type": "julia",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#9B6BDF",
"background": "#29315A",
"properties": {
"prefix": "\uE624",
"display_version": false
}
},
{
"type": "battery",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#9B6BDF",
"background": "#29315A",
"foreground_templates": [
"{{if eq \"Charging\" .State.String}}#40c4ff{{end}}",
"{{if eq \"Discharging\" .State.String}}#ff5722{{end}}",
"{{if eq \"Full\" .State.String}}#4caf50{{end}}"
],
2021-03-26 15:17:12 -07:00
"properties": {
"discharging_icon": "\u21E3 ",
"charging_icon": "\u21E1 ",
"charged_icon": "\u0095 ",
"prefix": "",
"postfix": ""
2021-03-26 15:17:12 -07:00
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
2021-03-26 15:17:12 -07:00
"segments": [
{
"type": "executiontime",
"style": "diamond",
"trailing_diamond": "\uE0B4 ",
"leading_diamond": "\uE0B6",
"foreground": "#AEA4BF",
"background": "#29315A",
"properties": {
"threshold": 150,
"style": "austin",
"prefix": "",
"postfix": ""
}
},
{
"type": "text",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": "\uE0B6",
"foreground": "#7FD5EA",
"background": "#29315A",
"properties": {
"prefix": "",
"text": "\u276F",
"postfix": ""
}
}
]
}
]
}