aboutsummaryrefslogtreecommitdiff
path: root/powerline/themes/ipython/in.json
diff options
context:
space:
mode:
Diffstat (limited to 'powerline/themes/ipython/in.json')
-rw-r--r--powerline/themes/ipython/in.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/powerline/themes/ipython/in.json b/powerline/themes/ipython/in.json
deleted file mode 100644
index edd4d29..0000000
--- a/powerline/themes/ipython/in.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "segments": {
- "left": [
- {
- "function": "powerline.segments.common.env.virtualenv",
- "priority": 10
- },
- {
- "type": "string",
- "contents": "In [",
- "draw_soft_divider": false,
- "highlight_groups": ["prompt"]
- },
- {
- "function": "powerline.segments.ipython.prompt_count",
- "draw_soft_divider": false
- },
- {
- "type": "string",
- "contents": "]",
- "highlight_groups": ["prompt"]
- }
- ]
- }
-}