aboutsummaryrefslogtreecommitdiff
path: root/powerline/themes/ipython
diff options
context:
space:
mode:
Diffstat (limited to 'powerline/themes/ipython')
-rw-r--r--powerline/themes/ipython/in.json25
-rw-r--r--powerline/themes/ipython/in2.json12
-rw-r--r--powerline/themes/ipython/out.json24
-rw-r--r--powerline/themes/ipython/rewrite.json23
4 files changed, 0 insertions, 84 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"]
- }
- ]
- }
-}
diff --git a/powerline/themes/ipython/in2.json b/powerline/themes/ipython/in2.json
deleted file mode 100644
index 422c44b..0000000
--- a/powerline/themes/ipython/in2.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "segments": {
- "left": [
- {
- "type": "string",
- "contents": "",
- "width": "auto",
- "highlight_groups": ["prompt"]
- }
- ]
- }
-}
diff --git a/powerline/themes/ipython/out.json b/powerline/themes/ipython/out.json
deleted file mode 100644
index 2425d0b..0000000
--- a/powerline/themes/ipython/out.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "default_module": "powerline.segments.ipython",
- "segments": {
- "left": [
- {
- "type": "string",
- "contents": "Out[",
- "draw_soft_divider": false,
- "width": "auto",
- "align": "r",
- "highlight_groups": ["prompt"]
- },
- {
- "function": "prompt_count",
- "draw_soft_divider": false
- },
- {
- "type": "string",
- "contents": "]",
- "highlight_groups": ["prompt"]
- }
- ]
- }
-}
diff --git a/powerline/themes/ipython/rewrite.json b/powerline/themes/ipython/rewrite.json
deleted file mode 100644
index 8192fe4..0000000
--- a/powerline/themes/ipython/rewrite.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "default_module": "powerline.segments.ipython",
- "segments": {
- "left": [
- {
- "type": "string",
- "contents": "",
- "draw_soft_divider": false,
- "width": "auto",
- "highlight_groups": ["prompt"]
- },
- {
- "function": "prompt_count",
- "draw_soft_divider": false
- },
- {
- "type": "string",
- "contents": ">",
- "highlight_groups": ["prompt"]
- }
- ]
- }
-}