.
This commit is contained in:
parent
4d1db92944
commit
7313a85b6d
11 changed files with 390 additions and 14 deletions
|
|
@ -4,6 +4,8 @@ local lexers = vis.lexers
|
|||
local colors = {
|
||||
['bg'] = '#010101',
|
||||
['fg'] = '#aaaaaa',
|
||||
--['bg'] = '#eeeeee',
|
||||
--['fg'] = '#010101',
|
||||
['blk'] = '#333333',
|
||||
['bblk'] = '#4f4f4f',
|
||||
['red'] = '#8c4665',
|
||||
|
|
@ -22,8 +24,8 @@ local colors = {
|
|||
['bwht'] = '#c0c0c0',
|
||||
|
||||
-- special colors
|
||||
['dim1'] = '#191919',
|
||||
['dim2'] = '#262626'
|
||||
['dim1'] = '#111111',
|
||||
['dim2'] = '#010101'
|
||||
}
|
||||
|
||||
-- general styles
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue