Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 1.76 KB

README.md

File metadata and controls

69 lines (50 loc) · 1.76 KB
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!