This commit is contained in:
kento2 2026-06-03 18:41:16 +02:00
parent 4d1db92944
commit 7313a85b6d
11 changed files with 390 additions and 14 deletions

View file

@ -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