🎨 ux(nvim): added light and dark variant to catppuccin theme
This commit is contained in:
parent
162bc1d972
commit
abbfaa0eba
2 changed files with 4 additions and 1 deletions
|
@ -6,6 +6,10 @@ return {
|
|||
lazy = false,
|
||||
name = "catppuccin",
|
||||
opts = {
|
||||
background = {
|
||||
light = "latte",
|
||||
dark = "macchiato",
|
||||
},
|
||||
integrations = {
|
||||
alpha = true,
|
||||
cmp = true,
|
||||
|
|
|
@ -73,7 +73,6 @@ return {
|
|||
["<C-k>"] = actions.move_selection_previous,
|
||||
["<C-j>"] = actions.move_selection_next,
|
||||
["<esc>"] = actions.close,
|
||||
["<C-u>"] = false,
|
||||
["<C-p>"] = require("telescope.actions.layout").toggle_preview,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue