diff options
Diffstat (limited to 'config/powerline/themes/ipython')
| -rw-r--r-- | config/powerline/themes/ipython/in.json | 26 | ||||
| -rw-r--r-- | config/powerline/themes/ipython/in2.json | 13 | ||||
| -rw-r--r-- | config/powerline/themes/ipython/out.json | 25 | ||||
| -rw-r--r-- | config/powerline/themes/ipython/rewrite.json | 23 |
4 files changed, 0 insertions, 87 deletions
diff --git a/config/powerline/themes/ipython/in.json b/config/powerline/themes/ipython/in.json deleted file mode 100644 index ac979c5..0000000 --- a/config/powerline/themes/ipython/in.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "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"] - } - ] - } -} diff --git a/config/powerline/themes/ipython/in2.json b/config/powerline/themes/ipython/in2.json deleted file mode 100644 index 601fc9e..0000000 --- a/config/powerline/themes/ipython/in2.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "default_module": "powerline.segments.common", - "segments": { - "left": [ - { - "type": "string", - "contents": "", - "width": "auto", - "highlight_group": ["prompt"] - } - ] - } -} 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"] - } - ] - } -} diff --git a/config/powerline/themes/ipython/rewrite.json b/config/powerline/themes/ipython/rewrite.json deleted file mode 100644 index 47d8de0..0000000 --- a/config/powerline/themes/ipython/rewrite.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "segments": { - "left": [ - { - "type": "string", - "contents": "", - "draw_soft_divider": false, - "width": "auto", - "highlight_group": ["prompt"] - }, - { - "name": "prompt_count", - "module": "powerline.segments.ipython", - "draw_soft_divider": false - }, - { - "type": "string", - "contents": ">", - "highlight_group": ["prompt"] - } - ] - } -} |