mirror of
https://github.com/maxmx03/dracula.nvim.git
synced 2026-09-10 07:26:19 -04:00
refactor: format code
This commit is contained in:
parent
bb7493845d
commit
e070f285d3
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Reference in a new issue