mirror of
https://github.com/powerline/powerline.git
synced 2025-07-22 21:35:14 +02:00
Update default theme
This commit is contained in:
parent
5d2214db52
commit
a0b0d15b8f
@ -28,7 +28,7 @@
|
|||||||
{
|
{
|
||||||
"type": "function",
|
"type": "function",
|
||||||
"name": "file_directory",
|
"name": "file_directory",
|
||||||
"priority" 40,
|
"priority": 40,
|
||||||
"draw_divider": false
|
"draw_divider": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -50,7 +50,7 @@
|
|||||||
{
|
{
|
||||||
"type": "filler",
|
"type": "filler",
|
||||||
"highlight": ["background"]
|
"highlight": ["background"]
|
||||||
},
|
}
|
||||||
],
|
],
|
||||||
"right": [
|
"right": [
|
||||||
{
|
{
|
||||||
@ -58,25 +58,27 @@
|
|||||||
"name": "file_format",
|
"name": "file_format",
|
||||||
"draw_divider": false,
|
"draw_divider": false,
|
||||||
"exclude_modes": ["nc"],
|
"exclude_modes": ["nc"],
|
||||||
"priority" 50
|
"priority": 50
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "function",
|
"type": "function",
|
||||||
"name": "file_encoding",
|
"name": "file_encoding",
|
||||||
"exclude_modes": ["nc"],
|
"exclude_modes": ["nc"],
|
||||||
"priority" 50
|
"priority": 50
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "function",
|
"type": "function",
|
||||||
"name": "file_type",
|
"name": "file_type",
|
||||||
"exclude_modes": ["nc"],
|
"exclude_modes": ["nc"],
|
||||||
"priority" 50
|
"priority": 50
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "function",
|
"type": "function",
|
||||||
"name": "line_percent",
|
"name": "line_percent",
|
||||||
"args": { "gradient": true },
|
"args": { "gradient": true },
|
||||||
"priority": 30
|
"priority": 30,
|
||||||
|
"after": "",
|
||||||
|
"rjust": 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@ -86,14 +88,17 @@
|
|||||||
{
|
{
|
||||||
"type": "function",
|
"type": "function",
|
||||||
"name": "line_current",
|
"name": "line_current",
|
||||||
"draw_divider": false
|
"draw_divider": false,
|
||||||
|
"rjust": 3
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "function",
|
"type": "function",
|
||||||
"name": "col_current",
|
"name": "col_current",
|
||||||
"draw_divider": false,
|
"draw_divider": false,
|
||||||
"priority": 30
|
"priority": 30,
|
||||||
},
|
"before": ":",
|
||||||
|
"ljust": 3
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user