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:
pika 2024-07-30 18:39:46 +02:00
parent e69f225dfd
commit ebc341b853
8 changed files with 207 additions and 175 deletions

View file

@ -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