homes/common/.config/powerline/themes/vim/cmdwin.json

19 lines
295 B
JSON
Raw Normal View History

2013-05-02 23:36:55 +02:00
{
"segments": {
"left": [
{
"type": "string",
"contents": "Command Line",
"highlight_group": ["file_name"]
},
{
"type": "string",
"highlight_group": ["background"],
"draw_soft_divider": false,
"draw_hard_divider": false,
"width": "auto"
}
]
}
}