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 = {