From 78153bfc6f6e6fde58b49f3fce3fa37cea23d734 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 16 Feb 2026 10:54:49 +0100 Subject: added catppuccin colorscheme to neovim --- modules/home/i3wm/nord-blue/nvim.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'modules') diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index c2a4fbe..e3904bc 100644 --- a/modules/home/i3wm/nord-blue/nvim.nix +++ b/modules/home/i3wm/nord-blue/nvim.nix @@ -19,6 +19,7 @@ telescope-nvim plenary-nvim which-key-nvim + catppuccin-nvim { plugin = vim-startify; # Add the plugin and its coresponding config config = "let g:startify_change_to_vcs_root = 0"; @@ -35,6 +36,14 @@ vim.o.timeout = true vim.o.timeoutlen = 300 + vim.cmd.colorscheme("catppuccin") + + -- Catppuccin theme + require("catppuccin").setup({ + flavour = "mocha", -- latte, frappe, macchiato, mocha + transparent_background = false, + }) + -- Treesitter require("nvim-treesitter.configs").setup({ highlight = { enable = true }, -- cgit v1.2.3