Update color.lua

This commit is contained in:
Rawley Fowler 2022-07-26 08:00:50 -06:00 committed by GitHub
parent d6c153abce
commit 6bbaef875c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,5 +7,5 @@ local cl = function(t, o)
end
cl('LineNr', {
bg = '#444444'
bg = '#222222',
})