nvim/lua/plugins/dracula.lua
wires ec79482e0a
switch theme again
this time to my weird dracula-catppuccin hybrid
2025-03-08 14:18:17 -05:00

16 lines
298 B
Lua

return {
'Mofiqul/dracula.nvim',
opts = {
colors = {
bg = '#11111b',
fg = '#cdd6f4',
menu = '#11111b',
selection = '#45475a',
comment = '#9399b2',
},
overrides = {
CursorLine = { bg = '#1e1e2e' },
LineNr = { fg = '#45475a' },
},
},
}