From 3881c91e3f0af0463ef1a970cfa82c5afb5eaf53 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 15 Aug 2024 14:08:02 -0700 Subject: home: desktop: add accent color to kitty colors --- roles/home/desktop/kitty.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/home/desktop') diff --git a/roles/home/desktop/kitty.nix b/roles/home/desktop/kitty.nix index cd373ab..5d66b2e 100644 --- a/roles/home/desktop/kitty.nix +++ b/roles/home/desktop/kitty.nix @@ -56,6 +56,8 @@ color166 = "#${c.orange}"; color208 = "#${c.brightOrange}"; + + color231 = "#${c.accent}"; }; shellIntegration = { -- cgit v1.2.3