Skip to content

IlyasYOY/theme.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

theme.nvim

Neovim Theme convenient for me.

A fork of: redbug312/cactusbuddy.

Based on tjdevries/colorbuddy.nvim.

Installation

{
    "IlyasYOY/theme.nvim",
    dependencies = "tjdevries/colorbuddy.nvim",
    lazy = false,
    priority = 1000,
    config = function()
        vim.cmd.colorscheme("ilyasyoy")
    end,
},

Supported Plugins

Examples

You can find them in wiki.