summaryrefslogtreecommitdiffstats
path: root/powerline/config_files/themes/ipython/in.json
blob: edd4d2940ddead8199897c3e9f9e9a5a159874f0 (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
{
	"segments": {
		"left": [
			{
				"function": "powerline.segments.common.env.virtualenv",
				"priority": 10
			},
			{
				"type": "string",
				"contents": "In [",
				"draw_soft_divider": false,
				"highlight_groups": ["prompt"]
			},
			{
				"function": "powerline.segments.ipython.prompt_count",
				"draw_soft_divider": false
			},
			{
				"type": "string",
				"contents": "]",
				"highlight_groups": ["prompt"]
			}
		]
	}
}