diff options
Diffstat (limited to 'ar/.config/TheSiahxyz')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/colorschemes.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/colorschemes.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/colorschemes.lua index 8fce515..9228f5b 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/colorschemes.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/colorschemes.lua @@ -1,5 +1,5 @@ function ColorMyPencils(color) - color = color or "catppuccin" + color = color or "catppuccin-nvim" vim.cmd.colorscheme(color) local set = vim.api.nvim_set_hl set(0, "Normal", { bg = "NONE" }) @@ -17,6 +17,7 @@ return { { "catppuccin/nvim", name = "catppuccin", + priority = 1000, config = function() require("catppuccin").setup({ flavour = "auto", -- latte, frappe, macchiato, mocha |
