summaryrefslogtreecommitdiffstats
path: root/powerline/config_files/themes/ipython/out.json
blob: 2425d0b78dcd4edc10ccd0aff4f8a634b52e838e (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
{
	"default_module": "powerline.segments.ipython",
	"segments": {
		"left": [
			{
				"type": "string",
				"contents": "Out[",
				"draw_soft_divider": false,
				"width": "auto",
				"align": "r",
				"highlight_groups": ["prompt"]
			},
			{
				"function": "prompt_count",
				"draw_soft_divider": false
			},
			{
				"type": "string",
				"contents": "]",
				"highlight_groups": ["prompt"]
			}
		]
	}
}