summaryrefslogtreecommitdiffstats
path: root/powerline/config_files/themes/ipython/rewrite.json
blob: 8192fe4f67c3f4033bd05ee9b8e6f49f4dc4770f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"default_module": "powerline.segments.ipython",
	"segments": {
		"left": [
			{
				"type": "string",
				"contents": "",
				"draw_soft_divider": false,
				"width": "auto",
				"highlight_groups": ["prompt"]
			},
			{
				"function": "prompt_count",
				"draw_soft_divider": false
			},
			{
				"type": "string",
				"contents": ">",
				"highlight_groups": ["prompt"]
			}
		]
	}
}