Add definitions for missing highlight groups

This commit is contained in:
Foo 2015-03-01 14:05:42 +03:00
parent 2d9e759f41
commit b88a2535d4
2 changed files with 5 additions and 3 deletions

View File

@ -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": [] },

View File

@ -23,6 +23,7 @@
"csv:column_number": "line_current",
"csv:column_name": "line_current_symbol",
"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",