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