mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
theme: update negligible
This commit is contained in:
parent
d847a79f6e
commit
d0d4b2d4d6
|
@ -25,10 +25,10 @@
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"style": "plain",
|
"style": "plain",
|
||||||
"foreground": "lightYellow",
|
"foreground": "#F1502F",
|
||||||
"properties": {
|
"properties": {
|
||||||
"prefix": ":: <lightBlue>git(</>",
|
"prefix": ":: ",
|
||||||
"postfix": "<lightBlue>)</>"
|
"display_status": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -37,22 +37,63 @@
|
||||||
"type": "prompt",
|
"type": "prompt",
|
||||||
"alignment": "right",
|
"alignment": "right",
|
||||||
"segments": [
|
"segments": [
|
||||||
|
{
|
||||||
|
"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 "
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "python",
|
"type": "python",
|
||||||
"style": "plain",
|
"style": "plain",
|
||||||
"foreground": "lightRed",
|
"foreground": "#4584b6",
|
||||||
"properties": {
|
"properties": {
|
||||||
"display_virtual_env": true,
|
"prefix": "| \uE235 ",
|
||||||
"display_version": false,
|
"display_version": false,
|
||||||
"prefix": "[ ",
|
"display_mode": "context",
|
||||||
"postfix": " ]",
|
"display_virtual_env": true
|
||||||
"display_mode": "always"
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "battery",
|
||||||
|
"style": "powerline",
|
||||||
|
"invert_powerline": true,
|
||||||
|
"properties": {
|
||||||
|
"charging_icon": " ",
|
||||||
|
"charged_icon": "\uf00d ",
|
||||||
|
"charged_color": "#ff0000",
|
||||||
|
"charging_color": "#4caf50",
|
||||||
|
"discharging_color": "#40c4ff",
|
||||||
|
"prefix": "| ",
|
||||||
|
"postfix": " "
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "time",
|
"type": "time",
|
||||||
"style": "plain",
|
"style": "plain",
|
||||||
"foreground": "lightGreen"
|
"foreground": "lightGreen",
|
||||||
|
"properties": {
|
||||||
|
"prefix": "| "
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue