Skip to content

GusJelly/transparent.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Transparent.nvim

A simple plugin that will make any colorscheme transparent.

Installation

{
    'GusJelly/transparent.nvim',
}

Usage

This plugin creates a global function called ColorMyPencils(). To make everything transparent, call this function after setting/changing the colorscheme.

Something like:

vim.cmd([[
    colorscheme rose-pine
    lua ColorMyPencils()
]])

DISCLAIMER

I suck at making lua plugins for neovim! If you know how to make this better then a pull request or issues are completely welcomed!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages