vis: No confundir código embebido con selección

This commit is contained in:
Cat /dev/Nulo 2022-03-31 15:51:05 -03:00
parent 1dffa2cf47
commit e30c6b49ce

View file

@ -7,6 +7,7 @@ local black1 = '#383838'
local black2 = '#686868'
local white0 = '#ffffff'
local white05 = '#e8e8e8'
local white1 = '#c8c8c8'
local white2 = '#989898'
@ -31,7 +32,7 @@ lexers.STYLE_TAG = 'fore:'..black0
lexers.STYLE_TYPE = 'fore:'..black0
lexers.STYLE_VARIABLE = 'fore:'..black0
lexers.STYLE_WHITESPACE = ''
lexers.STYLE_EMBEDDED = 'back:'..white1
lexers.STYLE_EMBEDDED = 'back:'..white05
lexers.STYLE_IDENTIFIER = 'fore:'..black0
lexers.STYLE_LINENUMBER = 'fore:'..black1