aboutsummaryrefslogtreecommitdiff
path: root/config/powerline/themes/ipython/in.json
blob: ac979c5fd7cc0807270abec0ee2c91696af49454 (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
26
{
	"default_module": "powerline.segments.common",
	"segments": {
		"left": [
			{
				"name": "virtualenv"
			},
			{
				"type": "string",
				"contents": "In[",
				"draw_soft_divider": false,
				"highlight_group": ["prompt"]
			},
			{
				"name": "prompt_count",
				"module": "powerline.segments.ipython",
				"draw_soft_divider": false
			},
			{
				"type": "string",
				"contents": "]",
				"highlight_group": ["prompt"]
			}
		]
	}
}