Skip to content

baltevl/gtkadapt.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

gtkadapt.nvim

This plugin aims to bring toggling between light and dark mode to neovim.

ldbus code is based on https://github.com/Sewdohe/Nvim-Adapt.

Installation

Add this to your lazy config.

{
  "baltevl/gtkadapt.nvim",
  lazy = false, -- 
  opts = {
    themes = {
      light = "astrolight",
      dark = "astrodark"
    },
    refreshrate = 1000 -- millisecs
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages