theme: update negligible

This commit is contained in:
Sagar Yadav 2021-10-16 19:57:05 +05:30 committed by GitHub
parent d847a79f6e
commit d0d4b2d4d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": "| "
}
} }
] ]
}, },