summaryrefslogtreecommitdiffstats
path: root/powerline/config_files/themes/vim/cmdwin.json
diff options
context:
space:
mode:
Diffstat (limited to 'powerline/config_files/themes/vim/cmdwin.json')
-rw-r--r--powerline/config_files/themes/vim/cmdwin.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/powerline/config_files/themes/vim/cmdwin.json b/powerline/config_files/themes/vim/cmdwin.json
new file mode 100644
index 0000000..e6a05b0
--- /dev/null
+++ b/powerline/config_files/themes/vim/cmdwin.json
@@ -0,0 +1,18 @@
+{
+ "segments": {
+ "left": [
+ {
+ "type": "string",
+ "contents": "Command Line",
+ "highlight_groups": ["file_name"]
+ },
+ {
+ "type": "string",
+ "highlight_groups": ["background"],
+ "draw_soft_divider": false,
+ "draw_hard_divider": false,
+ "width": "auto"
+ }
+ ]
+ }
+}