Skip to content

YaQia/darkplus.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

121 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

header


Darkplus inspired colorscheme written in lua.

Showcase

2022-10-05-21:52:55 2022-10-05-21:42:21 2022-10-05-21:42:08

Install

use "YaQia/darkplus.nvim"

Activate

vim.cmd("colorscheme darkplus")

Light / Dark

  • Uses the dark palette by default; set :set background=light (or vim.o.background = 'light') to switch to the light palette.
  • The colorscheme listens for background changes and reapplies automatically, so terminal-driven OSC 11 background switches will be reflected without extra setup.
  • The bundled lualine theme follows the current background and rebuilds when the colorscheme reapplies.

Warning

This is a fork of lunarvim/darkplus.nvim.

Background color of highlight groups about borders are changed into the same color of Normal, which is not suitable for floating windows without borderlines.

I use rounded everywhere, so this is my personal preference. Please understand.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Lua 99.2%
  • Other 0.8%