lighter float window background

This commit is contained in:
Oliver Hartmann 2023-06-12 21:44:27 +02:00
parent e72c2f9c6b
commit cc6dd28886

View File

@ -45,6 +45,7 @@ return {
['Structure'] = { link = 'Type' },
['Constant'] = { fg = 'NONE' },
['@parameter'] = { fg = C.purple },
['NormalFloat'] = { bg = C.surface0 },
}
}
})