diff options
Diffstat (limited to 'config/powerline/themes/ipython/out.json')
| -rw-r--r-- | config/powerline/themes/ipython/out.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/config/powerline/themes/ipython/out.json b/config/powerline/themes/ipython/out.json deleted file mode 100644 index 11a6323..0000000 --- a/config/powerline/themes/ipython/out.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "default_module": "powerline.segments.common", - "segments": { - "left": [ - { - "type": "string", - "contents": "Out[", - "draw_soft_divider": false, - "width": "auto", - "align": "r", - "highlight_group": ["prompt"] - }, - { - "name": "prompt_count", - "module": "powerline.segments.ipython", - "draw_soft_divider": false - }, - { - "type": "string", - "contents": "]", - "highlight_group": ["prompt"] - } - ] - } -} |