change keyword color in vis
This commit is contained in:
parent
01866d38c4
commit
dbfff6c594
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ local colors = {
|
|||
['bg'] = '#010101',
|
||||
['fg'] = '#aaaaaa',
|
||||
['blk'] = '#333333',
|
||||
['bblk'] = '#3d3d3d',
|
||||
['bblk'] = '#4f4f4f',
|
||||
['red'] = '#8c4665',
|
||||
['bred'] = '#bf4d80',
|
||||
['grn'] = '#287373',
|
||||
|
|
@ -37,7 +37,7 @@ lexers.STYLE_DEFINITION = 'fore:'..colors.bblu -- definitions, overlaps with oth
|
|||
lexers.STYLE_ERROR = 'fore:'..colors.bg..',back:'..colors.red -- syntax errors
|
||||
lexers.STYLE_FUNCTION = 'fore:'..colors.bblu -- functions, `void _doBar_()`
|
||||
lexers.STYLE_HEADING = 'fore:'..colors.bmag..',bold' -- headings, like in markdown
|
||||
lexers.STYLE_KEYWORD = 'fore:'..colors.bred -- keywords, `_for_ (;;)`
|
||||
lexers.STYLE_KEYWORD = 'fore:'..colors.bmag -- keywords, `_for_ (;;)`
|
||||
lexers.STYLE_LABEL = 'fore:'..colors.red -- goto &c, `_target_:`
|
||||
lexers.STYLE_NUMBER = 'fore:'..colors.bcyn -- number constants
|
||||
lexers.STYLE_OPERATOR = lexers.STYLE_DEFAULT -- operators, `int foo _=_ 0`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue