cappuccin theme, tmux changes
This commit is contained in:
parent
fe56f758ce
commit
4e27134c51
8 changed files with 34 additions and 75 deletions
16
lua/plugins/theme_catppuccin.lua
Normal file
16
lua/plugins/theme_catppuccin.lua
Normal file
|
@ -0,0 +1,16 @@
|
|||
return {
|
||||
"catppuccin/nvim",
|
||||
opts = {
|
||||
-- flavour = "frappe", -- latte, frappe, macchiato, mocha (default)
|
||||
-- color_overrides = {
|
||||
-- mocha = {
|
||||
-- -- base = "#0e0e14",
|
||||
-- -- mantle = "#000000",
|
||||
-- -- crust = "#000000",
|
||||
-- },
|
||||
-- },
|
||||
},
|
||||
config = function(_, opts)
|
||||
require("catppuccin").setup(opts)
|
||||
end,
|
||||
}
|
|
@ -1,18 +0,0 @@
|
|||
return {
|
||||
"marko-cerovac/material.nvim",
|
||||
config = function()
|
||||
vim.g.material_style = "darker"
|
||||
require("material").setup({
|
||||
plugins = {
|
||||
"dashboard",
|
||||
"gitsigns",
|
||||
"telescope",
|
||||
"nvim-tree",
|
||||
"which-key",
|
||||
},
|
||||
high_visibility = {
|
||||
darker = true,
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue