vis: No confundir código embebido con selección
This commit is contained in:
parent
1dffa2cf47
commit
e30c6b49ce
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue