]> git.r.bdr.sh - rbdr/dotfiles/blob - config/powerline/themes/ipython/out.json
Merge branch 'master' of github.com:rbdr/dotfiles
[rbdr/dotfiles] / config / powerline / themes / ipython / out.json
1 {
2 "default_module": "powerline.segments.common",
3 "segments": {
4 "left": [
5 {
6 "type": "string",
7 "contents": "Out[",
8 "draw_soft_divider": false,
9 "width": "auto",
10 "align": "r",
11 "highlight_group": ["prompt"]
12 },
13 {
14 "name": "prompt_count",
15 "module": "powerline.segments.ipython",
16 "draw_soft_divider": false
17 },
18 {
19 "type": "string",
20 "contents": "]",
21 "highlight_group": ["prompt"]
22 }
23 ]
24 }
25 }