From 72efe134f645a5212f875c153dd8db4a64cbe968 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Tue, 23 Jan 2024 11:13:18 +0100 Subject: changes --- Common/powerline_config/themes/ipython/out.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Common/powerline_config/themes/ipython/out.json (limited to 'Common/powerline_config/themes/ipython/out.json') diff --git a/Common/powerline_config/themes/ipython/out.json b/Common/powerline_config/themes/ipython/out.json deleted file mode 100644 index 2425d0b..0000000 --- a/Common/powerline_config/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"] - } - ] - } -} -- cgit v1.2.3