diff --git a/system/home/terminal.nix b/system/home/terminal.nix index b4b3945e..54f4e307 100644 --- a/system/home/terminal.nix +++ b/system/home/terminal.nix @@ -1,8 +1,12 @@ -{ ... }: +{ config, lib, ... }: { programs.alacritty = { enable = true; settings = { + colors = with config.lib.stylix.colors.withHashtag; { + normal.yellow = lib.mkForce orange; + bright.yellow = lib.mkForce bright-orange; + }; window = { dynamic_title = true; padding = {