Catppuccin Mocha theme

This commit is contained in:
Filippo Berto 2022-12-31 16:32:34 +01:00
parent a5973c7e9c
commit 740dceeb6a
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ in
package = pkgs.unstable.helix; package = pkgs.unstable.helix;
languages = [ ]; languages = [ ];
settings = { settings = {
theme = "everforest_dark"; theme = "catppuccin_mocha";
editor.lsp.display-messages = true; editor.lsp.display-messages = true;
editor.scrolloff = 5; editor.scrolloff = 5;
editor.true-color = true; editor.true-color = true;

View file

@ -7,7 +7,7 @@ let
# bloom = with prev.lib.rice; # bloom = with prev.lib.rice;
# palette.tPalette color.hexToRgba (import ./themes/bloom.nix); # palette.tPalette color.hexToRgba (import ./themes/bloom.nix);
theme = with super.lib.rice; theme = with super.lib.rice;
kitty-themes.getThemeByName "everforest_dark_medium"; kitty-themes.getThemeByName "Catppuccin-Mocha";
in in
{ {
rice = { rice = {