This commit is contained in:
kento2 2026-06-09 21:31:39 +02:00
parent 725d1d1ead
commit dc6995c0e1
4 changed files with 43 additions and 10 deletions

View file

@ -2,7 +2,7 @@
local lexers = vis.lexers
local colors = {
['bg'] = '#010101',
['bg'] = '#00000000',
['fg'] = '#aaaaaa',
--['bg'] = '#eeeeee',
--['fg'] = '#010101',
@ -62,7 +62,7 @@ lexers.STYLE_CURSOR_LINE = 'back:'..colors.dim1 -- cursor line
lexers.STYLE_COLOR_COLUMN = lexers.STYLE_CURSOR_LINE -- color column
lexers.STYLE_SELECTION = 'back:'..colors.ylw -- visual selection
lexers.STYLE_STATUS = 'fore:'..colors.bblk..',back:'..colors.dim2 -- inactive statusline
lexers.STYLE_STATUS_FOCUSED = 'fore:'..colors.fg..',back:'..colors.dim2 -- active statusline
lexers.STYLE_STATUS_FOCUSED = 'fore:'..colors.fg..',back:'..colors.bg -- active statusline
lexers.STYLE_SEPARATOR = lexers.STYLE_COMMENT -- vertical split color
lexers.STYLE_BRACKETS = 'fore:'..colors.red..',bold' -- matched brackets, e.g [__]__
lexers.STYLE_INFO = 'bold' -- messages from `vis:info()`