From b88a2535d43793f29187d73a9294e619ee2da81f Mon Sep 17 00:00:00 2001 From: Foo Date: Sun, 1 Mar 2015 14:05:42 +0300 Subject: [PATCH] Add definitions for missing highlight groups --- powerline/config_files/colorschemes/default.json | 1 + powerline/config_files/colorschemes/vim/__main__.json | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/powerline/config_files/colorschemes/default.json b/powerline/config_files/colorschemes/default.json index b1d653c0..53ea5b0a 100644 --- a/powerline/config_files/colorschemes/default.json +++ b/powerline/config_files/colorschemes/default.json @@ -5,6 +5,7 @@ "information:regular": { "fg": "gray10", "bg": "gray4", "attrs": ["bold"] }, "information:highlighted": { "fg": "white", "bg": "gray4", "attrs": [] }, "information:priority": { "fg": "brightyellow", "bg": "mediumorange", "attrs": [] }, + "warning:regular": { "fg": "white", "bg": "brightred", "attrs": ["bold"] }, "critical:failure": { "fg": "white", "bg": "darkestred", "attrs": [] }, "critical:success": { "fg": "white", "bg": "darkestgreen", "attrs": [] }, "background": { "fg": "white", "bg": "gray0", "attrs": [] }, diff --git a/powerline/config_files/colorschemes/vim/__main__.json b/powerline/config_files/colorschemes/vim/__main__.json index 1f408836..0d460b59 100644 --- a/powerline/config_files/colorschemes/vim/__main__.json +++ b/powerline/config_files/colorschemes/vim/__main__.json @@ -23,9 +23,10 @@ "csv:column_number": "line_current", "csv:column_name": "line_current_symbol", - "tab_nc:file_directory": "information:unimportant", - "tab_nc:file_name": "tab_nc:file_directory", - "tab_nc:tabnr": "tab_nc:file_directory", + "tab_nc:modified_indicator": "modified_indicator", + "tab_nc:file_directory": "information:unimportant", + "tab_nc:file_name": "tab_nc:file_directory", + "tab_nc:tabnr": "tab_nc:file_directory", "buf_nc:file_directory": "tab_nc:file_directory", "buf_nc:file_name": "tab_nc:file_name",