removed lualine and addet witch-dark colorscheme. Also changed the way to install colorschemes + configs under ./lua/pika/plugins/colorschemes.lua
This commit is contained in:
parent
e69f225dfd
commit
ebc341b853
8 changed files with 207 additions and 175 deletions
11
init.lua
11
init.lua
|
@ -1,2 +1,13 @@
|
|||
-- ─< Function to apply the colorscheme >───────────────────────────────────────────────
|
||||
local function apply_colorscheme(name)
|
||||
vim.cmd.colorscheme(name)
|
||||
end
|
||||
|
||||
require("pika.core")
|
||||
require("pika.lazy")
|
||||
|
||||
-- ─< Call the function to set the desired colorscheme >────────────────────────────────
|
||||
-- ╭──────────────────────────────────────────────────────╮
|
||||
-- │ themes are under ./lua/pika/plugins/colorschemes.lua │
|
||||
-- ╰──────────────────────────────────────────────────────╯
|
||||
apply_colorscheme("witch-dark") -- Change "witch" to your desired colorscheme name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue