From 8b8723593e8d6e2c48ff69e7f349dffa7ca3277f Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Thu, 6 Feb 2025 13:49:38 -0300 Subject: [PATCH] feat: zellij frappuccino theme --- modules/home-manager/devenv-zellij-config.kdl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/home-manager/devenv-zellij-config.kdl b/modules/home-manager/devenv-zellij-config.kdl index 569d671..fca2d10 100644 --- a/modules/home-manager/devenv-zellij-config.kdl +++ b/modules/home-manager/devenv-zellij-config.kdl @@ -228,8 +228,8 @@ keybinds clear-defaults=true { } themes { - catppuccin-mocha { - bg "#111111" // Surface2 + frappuccino { + bg "#181818" // Surface2 fg "#cdd6f4" // Text red "#f38ba8" green "#a6e3a1" @@ -238,11 +238,11 @@ themes { magenta "#f5c2e7" // Pink orange "#fab387" // Peach cyan "#89dceb" // Sky - black "#111111" // Mantle + black "#101010" // Mantle white "#cdd6f4" // Text } } -theme "catppuccin-mocha" +theme "frappuccino" // Choose what to do when zellij receives SIGTERM, SIGINT, SIGQUIT or SIGHUP // eg. when terminal window with an active zellij session is closed