From 740dceeb6a0db4572d77370148df1a0cc35b4cdc Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 31 Dec 2022 16:32:34 +0100 Subject: [PATCH] Catppuccin Mocha theme --- hm_modules/helix.nix | 2 +- rice.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hm_modules/helix.nix b/hm_modules/helix.nix index c22f474..4497110 100644 --- a/hm_modules/helix.nix +++ b/hm_modules/helix.nix @@ -40,7 +40,7 @@ in package = pkgs.unstable.helix; languages = [ ]; settings = { - theme = "everforest_dark"; + theme = "catppuccin_mocha"; editor.lsp.display-messages = true; editor.scrolloff = 5; editor.true-color = true; diff --git a/rice.nix b/rice.nix index 5075f8d..e68323e 100644 --- a/rice.nix +++ b/rice.nix @@ -7,7 +7,7 @@ let # bloom = with prev.lib.rice; # palette.tPalette color.hexToRgba (import ./themes/bloom.nix); theme = with super.lib.rice; - kitty-themes.getThemeByName "everforest_dark_medium"; + kitty-themes.getThemeByName "Catppuccin-Mocha"; in { rice = {