diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-08-15 14:08:02 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-08-15 14:08:02 -0700 |
| commit | 3881c91e3f0af0463ef1a970cfa82c5afb5eaf53 (patch) | |
| tree | 1755a1ec2cfefdac45d61eeebbcc26c78b9076b1 /roles/home/desktop/kitty.nix | |
| parent | e5af8136a685e8d54b00e64407aee8332d6be037 (diff) | |
home: desktop: add accent color to kitty colors
Diffstat (limited to 'roles/home/desktop/kitty.nix')
| -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 = { |