summaryrefslogtreecommitdiffstats
path: root/powerline/config_files/themes/pdb/default.json
blob: dcae10807a475da7563366d2fd76c5c6d1a75d56 (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
27
{
	"default_module": "powerline.segments.pdb",
	"segments": {
		"left": [
			{
				"function": "stack_depth"
			},
			{
				"type": "segment_list",
				"function": "powerline.listers.pdb.frame_lister",
				"segments": [
					{
						"function": "current_file",
						"after": ":"
					},
					{
						"function": "current_line",
						"after": " "
					},
					{
						"function": "current_code_name"
					}
				]
			}
		]
	}
}