diff options
Diffstat (limited to 'powerline/themes/shell/select.json')
-rw-r--r-- | powerline/themes/shell/select.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/powerline/themes/shell/select.json b/powerline/themes/shell/select.json new file mode 100644 index 0000000..3d81408 --- /dev/null +++ b/powerline/themes/shell/select.json @@ -0,0 +1,13 @@ +{ + "segments": { + "left": [ + { + "type": "string", + "contents": "Select variant", + "width": "auto", + "align": "r", + "highlight_groups": ["continuation:current"] + } + ] + } +} |