A deviuspro Neovim theme written in Lua with lualine syntax highlight
Key Features:
- A dark and warm color scheme that makes reading and coding easier.
- Unique customizations for a distinctive look and feel.
- 1 Theme style (deviuspro) and (lualine)
- Supporting syntax highlights
- Neovim >= 0.9.1
Install the theme with your preferred package manager, such as folke/lazy.nvim:
{
"DeviusVim/deviuspro.nvim",
}
colorscheme deviuspro
vim.cmd[[colorscheme deviuspro]] or vim.cmd("colorscheme deviuspro")
-- Lua
require('lualine').setup {
options = {
-- ... your lualine config
theme = 'deviuspro'
-- ... your lualine config
}
}
Pull requests are welcome 🎉👍.
This project is licensed under the MIT
The deviuspro theme was created with ❤️ by karimdev96. if you like it, please consider giving it a ⭐️ on GitHub!