summaryrefslogtreecommitdiffstats
path: root/powerline/config_files/themes/vim/cmdwin.json
blob: e6a05b06d6745cdeb577344b756e640e9d1a6e66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"segments": {
		"left": [
			{
				"type": "string",
				"contents": "Command Line",
				"highlight_groups": ["file_name"]
			},
			{
				"type": "string",
				"highlight_groups": ["background"],
				"draw_soft_divider": false,
				"draw_hard_divider": false,
				"width": "auto"
			}
		]
	}
}