Change terminal and command default colors

This commit is contained in:
Olivier Roques
2021-02-06 22:48:28 +01:00
parent 0391e357ce
commit ecbe9dbfaa
3 changed files with 60 additions and 56 deletions

View File

@@ -10,11 +10,11 @@ M.modes = {
['v'] = {text = 'VISUAL', state = 'visual'},
['V'] = {text = 'V-LINE', state = 'visual'},
[''] = {text = 'V-BLOCK', state = 'visual'},
['c'] = {text = 'COMMAND', state = 'normal'},
['c'] = {text = 'COMMAND', state = 'command'},
['s'] = {text = 'SELECT', state = 'visual'},
['S'] = {text = 'S-LINE', state = 'visual'},
[''] = {text = 'S-BLOCK', state = 'visual'},
['t'] = {text = 'TERMINAL', state = 'insert'},
['t'] = {text = 'TERMINAL', state = 'command'},
}
function M.echo(hlgroup, msg)