From 12102c365247329f4d6964d6b48e12fa2bf67208 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Tue, 3 May 2022 08:41:57 +0200 Subject: Some changes --- Common/powerline_config/themes/ipython/in.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Common/powerline_config/themes/ipython/in.json (limited to 'Common/powerline_config/themes/ipython/in.json') diff --git a/Common/powerline_config/themes/ipython/in.json b/Common/powerline_config/themes/ipython/in.json new file mode 100644 index 0000000..edd4d29 --- /dev/null +++ b/Common/powerline_config/themes/ipython/in.json @@ -0,0 +1,25 @@ +{ + "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"] + } + ] + } +} -- cgit v1.2.3