diff --git a/files/.config/vis/themes/kento2.lua b/files/.config/vis/themes/kento2.lua index e9fa878..3f5ea5e 100644 --- a/files/.config/vis/themes/kento2.lua +++ b/files/.config/vis/themes/kento2.lua @@ -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`