Skip to content

slugbyte/wet.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wet-vim icon

A cool tone vim theme

wet-vim screenshot

wet-vim lualine mode screenshot

Install

  1. Use any plugin manager you want. For example with vim-plug just add Plug 'slugbyte/wet-vim' to your config.
  2. Add the following lines to your vim config.
set background=dark
colorscheme wet

" if your terminal has 24bit color support you should also add the follwing line
set termguicolors

Features

Add the following code to a nvim lua config

local wet_lualine = require('wet').lualine

-- you can modify wet_lualine here if you want

require('lualine').setup {
  options = { theme = wet_lualine },
}

License

Unlicense

About

a dripping wet cool tone nvim theme

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published