Skip to content

A clean, deviuspro Neovim theme written in Lua, with lualine syntax highlights

License

Notifications You must be signed in to change notification settings

DeviusVim/deviuspro.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deviuspro

🥳 Welcome to the deviuspro for neovim

A deviuspro Neovim theme written in Lua with lualine syntax highlight

deviuspro.nvim

Key Features:

  • A dark and warm color scheme that makes reading and coding easier.
  • Unique customizations for a distinctive look and feel.

Features

  • 1 Theme style (deviuspro) and (lualine)
  • Supporting syntax highlights

🤩 deviuspro

Deviuspro

🤩 Lualine Color

Deviuspro

⚡️ Requirements

Installation

Install the theme with your preferred package manager, such as folke/lazy.nvim:

{
  "DeviusVim/deviuspro.nvim",
}

🚀 Usage

Vim Script

colorscheme deviuspro

lua

vim.cmd[[colorscheme deviuspro]] or vim.cmd("colorscheme deviuspro")
-- Lua
require('lualine').setup {
  options = {
    -- ... your lualine config
    theme = 'deviuspro'
    -- ... your lualine config
  }
}

Contributing

Pull requests are welcome 🎉👍.

📝 License

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!