aboutsummaryrefslogtreecommitdiff
path: root/config/powerline/themes/ipython
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2019-03-14 19:11:19 +0100
committerBen Beltran <ben@nsovocal.com>2019-03-14 19:11:19 +0100
commit01e206524dfa62b8812599366806a11f2cae15fd (patch)
tree130a037d78d71a97adb70d46251aa9b39b54e412 /config/powerline/themes/ipython
parent0111fba856f086d9b94858328e1388d724c12826 (diff)
Merge master
Diffstat (limited to 'config/powerline/themes/ipython')
-rw-r--r--config/powerline/themes/ipython/in.json26
-rw-r--r--config/powerline/themes/ipython/in2.json13
-rw-r--r--config/powerline/themes/ipython/out.json25
-rw-r--r--config/powerline/themes/ipython/rewrite.json23
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"]
- }
- ]
- }
-}