some color changes

This commit is contained in:
pika 2024-12-24 12:44:14 +01:00
parent 5db9eade88
commit 6cb6d11921
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -10,6 +10,7 @@ return {
-- { "66RING/zephyr-nvim" },
{ "pauchiner/pastelnight.nvim" },
{ "ptdewey/darkearth-nvim" },
{ "marko-cerovac/material.nvim" },
-- { "RedsXDD/neopywal.nvim" },
-- {
-- "ferdinandrau/lavish.nvim",