mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-17 16:21:12 +02:00
added e-ink theme
This commit is contained in:
parent
109c04d4f7
commit
f22df9bbf7
1 changed files with 16 additions and 0 deletions
16
lua/custom/plugins/e-ink.lua
Normal file
16
lua/custom/plugins/e-ink.lua
Normal file
|
@ -0,0 +1,16 @@
|
|||
return {
|
||||
"alexxGmZ/e-ink.nvim",
|
||||
priority = 1000,
|
||||
config = function ()
|
||||
require("e-ink").setup()
|
||||
vim.cmd.colorscheme "e-ink"
|
||||
|
||||
-- choose light mode or dark mode
|
||||
-- vim.opt.background = "dark"
|
||||
vim.opt.background = "light"
|
||||
--
|
||||
-- or do
|
||||
-- :set background=dark
|
||||
-- :set background=light
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue