From 5ee1fe13f659cc5b235f0d596605294391f8e93a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 18 Feb 2025 07:54:40 +0000 Subject: [PATCH] Force alacritty to use orange and bright orange for yellow and bright yellow respectively base24 yellow doesn't have a "bright" variant, so switch to orange in alacritty to keep a difference --- system/home/terminal.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 = {