darkvoid-theme / darkvoid.nvim

Neovim Colorscheme for dark dwellers with optional glow effect!
MIT License
144 stars 9 forks source link

feat: support for nvim-notify #9

Closed windowsrefund closed 2 weeks ago

windowsrefund commented 2 weeks ago

To test/validate this PR:

  1. Install nvim-notify
  2. Point this theme's setup to this branch
{
  "windowsrefund/darkvoid.nvim",
  branch = "nvim-notify",
},
  1. Generate some notifications
:lua require("notify")("info message")

:lua require("notify")("warning message", "warn")

:lua require("notify")("error message", "error")
Aliqyan-21 commented 2 weeks ago

@windowsrefund nice one looks good, going to merge, welcome!