• Stars
    star
    473
  • Rank 92,361 (Top 2 %)
  • Language
    Lua
  • License
    MIT License
  • Created over 3 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An Nvim lua plugin that dims your inactive windows

shade.nvim

Shade is a Neovim plugin that dims your inactive windows, making it easier to see the active window at a glance.

screenshot

Installation

Packer

use 'sunjon/shade.nvim'

Vim-Plug

Plug 'sunjon/shade.nvim'

Configuration

require'shade'.setup({
  overlay_opacity = 50,
  opacity_step = 1,
  keys = {
    brightness_up    = '<C-Up>',
    brightness_down  = '<C-Down>',
    toggle           = '<Leader>s',
  }
})
  • The keys table above shows available actions. No mappings are defined by default.

  • The color of the numbers in the brightness control popup can be customized by creating a highlight group named: ShadeBrightnessPopup and setting the attributes to your liking.

License

Copyright (c) Senghan Bright. Distributed under the MIT license