Mofiqul / dracula.nvim

Dracula colorscheme for neovim written in Lua
MIT License
630 stars 104 forks source link

Streamline lualine theme #12

Closed FredeEB closed 2 years ago

FredeEB commented 2 years ago

I thought it would be nice to use the same colors as in the main theme, so this includes them

It also allows the user to specify g:dracula_lualine_bg_color, and default to the black value that is currently used. I've done this because I personally use the dracula tmux theme, and it looks very strange with the black lualine against the tmux bar.

The rest is just cleanup

Mofiqul commented 2 years ago

Thanks! It's very nice. Please mention g:dracula_lualine_bg_color in README also