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