🎨 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,
|
lazy = false,
|
||||||
name = "catppuccin",
|
name = "catppuccin",
|
||||||
opts = {
|
opts = {
|
||||||
|
background = {
|
||||||
|
light = "latte",
|
||||||
|
dark = "macchiato",
|
||||||
|
},
|
||||||
integrations = {
|
integrations = {
|
||||||
alpha = true,
|
alpha = true,
|
||||||
cmp = true,
|
cmp = true,
|
||||||
|
|
|
@ -73,7 +73,6 @@ return {
|
||||||
["<C-k>"] = actions.move_selection_previous,
|
["<C-k>"] = actions.move_selection_previous,
|
||||||
["<C-j>"] = actions.move_selection_next,
|
["<C-j>"] = actions.move_selection_next,
|
||||||
["<esc>"] = actions.close,
|
["<esc>"] = actions.close,
|
||||||
["<C-u>"] = false,
|
|
||||||
["<C-p>"] = require("telescope.actions.layout").toggle_preview,
|
["<C-p>"] = require("telescope.actions.layout").toggle_preview,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue