changed colorscheme

This commit is contained in:
pika 2024-12-09 20:46:06 +01:00
parent 3f59f9b7d4
commit b9f7dbe6f2

View file

@ -6,7 +6,7 @@ require("pika.lazy")
-- │ themes are under ./lua/pika/plugins/colorschemes.lua │
-- ╰──────────────────────────────────────────────────────╯
vim.cmd.colorscheme("darkearth")
vim.cmd.colorscheme("tokyonight")
-- Keybind for saving clipboard screenshot and inserting a Markdown link
vim.api.nvim_set_keymap("n", "<leader>ps", ":lua SaveScreenshotAndInsertLink()<CR>", { noremap = true, silent = true })