Catppuccin Mocha theme
This commit is contained in:
parent
a5973c7e9c
commit
740dceeb6a
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
2
rice.nix
2
rice.nix
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue