refactor: format code

This commit is contained in:
Max Miliano 2024-08-02 22:35:33 -03:00
parent bb7493845d
commit e070f285d3

View file

@ -832,7 +832,7 @@ M.set_highlight = function(colors, config)
end
if config.plugins['bufferline.nvim'] and config.transparent then
local color = require('dracula.color')
local color = require 'dracula.color'
local background = color.shade(colors.base02, 2)
nvim_set_hl('BufferLineFill', { bg = background })
nvim_set_hl('BufferLineBufferSelected', { fg = colors.base0 })