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

120 lines
3.7 KiB
JSON
Raw Normal View History

2021-01-11 06:32:05 -08:00
{
2021-02-15 23:36:37 -08:00
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
2021-01-11 06:32:05 -08:00
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "os",
"style": "powerline",
"foreground": "cyan",
"properties": {
"prefix": "",
"postfix": ""
}
},
{
"type": "path",
"style": "plain",
"foreground": "cyan",
"properties": {
"style": "full"
}
},
{
"type": "git",
"style": "plain",
2021-10-16 07:27:05 -07:00
"foreground": "#F1502F",
2021-01-11 06:32:05 -08:00
"properties": {
2021-10-16 07:27:05 -07:00
"prefix": ":: ",
"display_status": true
2021-01-11 06:32:05 -08:00
}
}
]
},
{
"type": "prompt",
"alignment": "right",
"segments": [
2021-10-16 07:27:05 -07:00
{
"type": "root",
"style": "plain",
"foreground": "red",
"properties": {
"prefix": "| ",
"root_icon": "root"
}
},
{
"type": "dart",
"style": "powerline",
"foreground": "#06A4CE",
"properties": {
"prefix": "| \uE798 "
}
},
{
"type": "node",
"style": "powerline",
"foreground": "#6CA35E",
"properties": {
"prefix": "| \uE718 "
}
},
2021-01-11 06:32:05 -08:00
{
"type": "python",
"style": "plain",
2021-10-16 07:27:05 -07:00
"foreground": "#4584b6",
2021-01-11 06:32:05 -08:00
"properties": {
2021-10-16 07:27:05 -07:00
"prefix": "| \uE235 ",
2021-01-11 06:32:05 -08:00
"display_version": false,
2021-10-16 07:27:05 -07:00
"display_mode": "context",
"display_virtual_env": true
}
},
{
"type": "battery",
"style": "powerline",
"invert_powerline": true,
"properties": {
"charging_icon": " ",
"charged_icon": "\uf00d ",
"charged_color": "#ff0000",
"charging_color": "#4caf50",
"discharging_color": "#40c4ff",
"prefix": "| ",
"postfix": "  "
2021-01-11 06:32:05 -08:00
}
},
{
"type": "time",
"style": "plain",
2021-10-16 07:27:05 -07:00
"foreground": "lightGreen",
"properties": {
"prefix": "| "
}
2021-01-11 06:32:05 -08:00
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
2021-01-11 06:32:05 -08:00
"segments": [
{
"type": "exit",
"style": "powerline",
"foreground": "lightGreen",
"properties": {
"display_exit_code": false,
"always_enabled": true,
"error_color": "red",
"prefix": "\u279c"
}
}
]
}
]
}