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",
"style": "plain",
"foreground": "lightYellow",
"foreground": "#F1502F",
"properties": {
"prefix": ":: <lightBlue>git(</>",
"postfix": "<lightBlue>)</>"
"prefix": ":: ",
"display_status": true
}
}
]
@ -37,22 +37,63 @@
"type": "prompt",
"alignment": "right",
"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",
"style": "plain",
"foreground": "lightRed",
"foreground": "#4584b6",
"properties": {
"display_virtual_env": true,
"prefix": "| \uE235 ",
"display_version": false,
"prefix": "[ ",
"postfix": " ]",
"display_mode": "always"
"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": "  "
}
},
{
"type": "time",
"style": "plain",
"foreground": "lightGreen"
"foreground": "lightGreen",
"properties": {
"prefix": "| "
}
}
]
},