aboutsummaryrefslogtreecommitdiff
path: root/config/powerline/themes/ipython/rewrite.json
blob: 47d8de0d24b6f2043ce57273525669011973e298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"segments": {
		"left": [
			{
				"type": "string",
				"contents": "",
				"draw_soft_divider": false,
				"width": "auto",
				"highlight_group": ["prompt"]
			},
			{
				"name": "prompt_count",
				"module": "powerline.segments.ipython",
				"draw_soft_divider": false
			},
			{
				"type": "string",
				"contents": ">",
				"highlight_group": ["prompt"]
			}
		]
	}
}