diff options
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/home/desktop/kitty.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 = { |