From f19c2e63c1d188236b3483db7ba14f72fe3525fe Mon Sep 17 00:00:00 2001 From: Simon Walker Date: Wed, 25 Sep 2024 14:38:15 +0100 Subject: [PATCH] Use catppuccin mocha again --- home/home.nix | 2 +- home/nixvim/base.nix | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/home/home.nix b/home/home.nix index d61aac10..f4c76a08 100644 --- a/home/home.nix +++ b/home/home.nix @@ -100,7 +100,7 @@ in { enable = true; enableFishIntegration = true; }; - theme = "nord"; + theme = "catppuccin-mocha"; vscode-theme = "Dracula"; defaults = { browser = "brave"; diff --git a/home/nixvim/base.nix b/home/nixvim/base.nix index be4c7353..93cb052b 100644 --- a/home/nixvim/base.nix +++ b/home/nixvim/base.nix @@ -14,7 +14,7 @@ let }; # TOOD: unify with home configuration -colour-theme = "nord"; +colour-theme = "catppuccin-mocha"; theme-lua = { poimandres = '' @@ -378,7 +378,6 @@ in { lsp-status-nvim nvim-nio catppuccin-nvim - nord-nvim ]; extraConfigLua = theme-lua; extraFiles = {