local colors = require('dracula').colors()
dracula.normal = {
- b = {fg = colors.purple, bg = colors.black},
a = {fg = colors.black, bg = colors.purple, gui = 'bold'},
+ b = {fg = colors.purple, bg = colors.black},
c = {fg = colors.white, bg = colors.black}
}
}
dracula.inactive = {
+ a = {fg = colors.white, bg = colors.gray, gui = 'bold'},
b = {fg = colors.black, bg = colors.white},
- a = {fg = colors.white, bg = colors.gray, gui = 'bold'}
}
dracula.replace = {
- b = {fg = colors.yellow, bg = colors.black},
a = {fg = colors.black, bg = colors.yellow, gui = 'bold'},
+ b = {fg = colors.yellow, bg = colors.black},
c = {fg = colors.white, bg = colors.black}
}