From a13bf1ecb918bcf80ecb8bb9663ac7a84d576243 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 13 Mar 2026 19:10:19 +0900 Subject: modified plugins/colorschemes.lua --- ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/colorschemes.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ar/.config') 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 -- cgit v1.2.3