changed color scheme and updated plugins
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
function Color(color)
|
||||
color = color or "tokyonight-moon"
|
||||
color = color or "catppuccin-mocha"
|
||||
vim.cmd.colorscheme(color)
|
||||
|
||||
vim.api.nvim_set_hl(0, "Normal", { bg = "none" })
|
||||
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })
|
||||
vim.cmd('hi StatusLine guibg=#00000000')
|
||||
end
|
||||
|
||||
Color()
|
||||
|
||||
@@ -7,7 +7,7 @@ harpoon:setup()
|
||||
vim.keymap.set("n", "<leader>a", function() harpoon:list():append() end)
|
||||
vim.keymap.set("n", "<C-e>", function() harpoon.ui:toggle_quick_menu(harpoon:list()) end)
|
||||
|
||||
vim.keymap.set("n", "<C-h>", function() harpoon:list():select(1) end)
|
||||
vim.keymap.set("n", "<C-t>", function() harpoon:list():select(2) end)
|
||||
vim.keymap.set("n", "<C-n>", function() harpoon:list():select(3) end)
|
||||
vim.keymap.set("n", "<C-s>", function() harpoon:list():select(4) end)
|
||||
-- vim.keymap.set("n", "<C-h>", function() harpoon:list():select(1) end)
|
||||
-- vim.keymap.set("n", "<C-t>", function() harpoon:list():select(2) end)
|
||||
-- vim.keymap.set("n", "<C-n>", function() harpoon:list():select(3) end)
|
||||
-- vim.keymap.set("n", "<C-s>", function() harpoon:list():select(4) end)
|
||||
|
||||
Reference in New Issue
Block a user