Correct highlight_terminal example

This commit is contained in:
Iron_E 2020-11-19 20:41:22 -05:00
parent f56df50a90
commit defe010f9d
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ individually used to comprehensively highlight groups with its functions.
>
local highlite = require('highlite')
highlite.highlight_terminal({
highlite:highlight_terminal({
[1] = {'#202020' , 0 , 'black'},
[2] = {'#a80000' , 124 , 'darkred'},
[3] = {'#50de60' , 83 , 'darkgreen'},