diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-13 19:10:19 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-13 19:10:19 +0900 |
| commit | a13bf1ecb918bcf80ecb8bb9663ac7a84d576243 (patch) | |
| tree | 7cc5e62b283f3a70e625c5023a6915f401d767ce /ar | |
| parent | c82ba8479ca3d67750a2efa21dfc5475d3826912 (diff) | |
modified plugins/colorschemes.lua
Diffstat (limited to 'ar')
| -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 |
