some colorscheme changes

This commit is contained in:
pika 2025-03-16 18:41:37 +01:00
parent a32e33117e
commit 214141ac85
3 changed files with 3 additions and 5 deletions

View file

@ -6,7 +6,7 @@ require("pika.lazy")
-- │ themes are under ./lua/pika/plugins/colorschemes.lua │
-- ╰──────────────────────────────────────────────────────╯
vim.cmd.colorscheme("material-darker")
vim.cmd.colorscheme("monet")
-- 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 })