mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-17 16:21:12 +02:00
more stuff
This commit is contained in:
parent
b9199efb56
commit
fbbbd26e08
9 changed files with 58 additions and 68 deletions
1
lua/custom/plugins/angelic.lua
Normal file
1
lua/custom/plugins/angelic.lua
Normal file
|
@ -0,0 +1 @@
|
|||
return { 'sponkurtus2/angelic.nvim' }
|
1
lua/custom/plugins/ash.lua
Normal file
1
lua/custom/plugins/ash.lua
Normal file
|
@ -0,0 +1 @@
|
|||
return { 'drewxs/ash.nvim' }
|
1
lua/custom/plugins/ashen.lua
Normal file
1
lua/custom/plugins/ashen.lua
Normal file
|
@ -0,0 +1 @@
|
|||
return { 'ficcdaf/ashen.nvim' }
|
|
@ -1,19 +1,24 @@
|
|||
return {
|
||||
'alexxGmZ/e-ink.nvim',
|
||||
config = function()
|
||||
-- Set background BEFORE applying colorscheme
|
||||
-- -- Set background BEFORE applying colorscheme
|
||||
vim.opt.background = 'dark' -- or 'dark'
|
||||
-- vim.opt.background = 'light' -- or 'dark'
|
||||
-- local mono = require('e-ink.palette').mono()
|
||||
-- vim.api.nvim_set_hl(0, 'Cursor', { bg = mono[16] })
|
||||
-- vim.api.nvim_set_hl(0, 'Cursor', { fg = mono[1], bg = mono[16] })
|
||||
-- require('e-ink').setup()
|
||||
|
||||
-- Get palette AFTER colorscheme setup
|
||||
-- -- -- Get palette AFTER colorscheme setup
|
||||
-- local everforest = require('e-ink.palette').everforest()
|
||||
|
||||
-- Target a VALID highlight group
|
||||
-- vim.api.nvim_set_hl(0, 'CursorColumn', { fg = mono[16] })
|
||||
-- vim.api.nvim_set_hl(0, 'CursorLine', { fg = mono[16] })
|
||||
-- local mono = require('e-ink.palette').mono()
|
||||
-- -- Target a VALID highlight group
|
||||
-- vim.api.nvim_set_hl(0, 'CursorColumn', { fg = mono[16] })
|
||||
-- vim.api.nvim_set_hl(0, 'CursorLine', { fg = mono[16] })
|
||||
-- vim.api.nvim_set_hl(0, 'Comment', { fg = mono[5] })
|
||||
-- vim.api.nvim_set_hl(0, 'Function', { fg = everforest.statusline3 })
|
||||
-- vim.api.nvim_set_hl(0, 'Constant', { fg = everforest.blue2 })
|
||||
-- vim.api.nvim_set_hl(0, 'String', { fg = everforest.green })
|
||||
-- vim.api.nvim_set_hl(0, 'Operator', { fg = everforest.orange })
|
||||
-- vim.api.nvim_set_hl(0, 'Delimiter', { fg = everforest.yellow })
|
||||
-- vim.api.nvim_set_hl(0, '@keyword.return', { fg = everforest.red })
|
||||
-- vim.api.nvim_set_hl(0, 'Identifier', { fg = everforest.statusline3 })
|
||||
-- -- vim.api.nvim_set_hl(0, 'FloatBorder', { fg = '#000000' })
|
||||
end,
|
||||
}
|
||||
|
||||
|
|
3
lua/custom/plugins/fine-cmdline.lua
Normal file
3
lua/custom/plugins/fine-cmdline.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
return { 'vonHeikemen/fine-cmdline.nvim', requires = {
|
||||
{ 'MunifTanjim/nui.nvim' },
|
||||
} }
|
1
lua/custom/plugins/github.lua
Normal file
1
lua/custom/plugins/github.lua
Normal file
|
@ -0,0 +1 @@
|
|||
return { 'projekt0n/github-nvim-theme' }
|
Loading…
Add table
Add a link
Reference in a new issue