Added barbar pick highlights Fix: #19
authormofiqul <mofi0islam@gmail.com>
Fri, 14 Jan 2022 11:18:00 +0000 (16:48 +0530)
committermofiqul <mofi0islam@gmail.com>
Fri, 14 Jan 2022 11:18:00 +0000 (16:48 +0530)
lua/dracula/init.lua

index b017fa6cbe1511d39a20ee55a63279f52ecafc5b..a217024340108d4e99a622859f574ed1be945879 100644 (file)
@@ -379,6 +379,11 @@ M.apply = function()
        highlight("CmpItemAbbrDeprecated", colors.white, colors.menu, 'none', nil)
        highlight("CmpItemAbbrMatch", colors.cyan, colors.menu, 'none', nil)
 
+    --barbar
+       highlight("BufferCurrentTarget", colors.red, nil, 'none', nil)
+       highlight("BufferVisibleTarget", colors.red, nil, 'none', nil)
+       highlight("BufferInactiveTarget", colors.red, nil, 'none', nil)
+
        -- Link highlights
        vim.api.nvim_command('highlight link CompeDocumentation Pmenu')
        vim.api.nvim_command('highlight link CompeDocumentationBorder Pmenu')