Skip to content

hiszd/chillthm.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chillthm.nvim

image

Installation

" With Vim-Plug
Plug 'hiszd/chillthm.nvim'

" Enable the color scheme
colorscheme chillthm
-- With packer
use 'hiszd/chillthm.nvim'
--  in your lua config
require('chillthm')

Switching between theme versions

function ThemeToggle()
    if vim.g.background == 'dark' then
        vim.g.background = 'light'
    else
        vim.g.background = 'dark'
    end
    require('chillthm').reload()
end

--- ... map this function to any keybinding

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published