🎨 ux(nvim): added light and dark variant to catppuccin theme

This commit is contained in:
Sergio Laín 2023-11-30 13:22:53 +01:00
parent 162bc1d972
commit abbfaa0eba
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 4 additions and 1 deletions

View file

@ -6,6 +6,10 @@ return {
lazy = false,
name = "catppuccin",
opts = {
background = {
light = "latte",
dark = "macchiato",
},
integrations = {
alpha = true,
cmp = true,

View file

@ -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,
},
},