diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-06 09:30:51 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-06 09:30:51 +0100 |
| commit | 218dc4246f8a6c634fa2ebb3875095cde09237db (patch) | |
| tree | e990c83936fb8451966c6a315395a7d281867f58 /config | |
| parent | b35d79feb8e2fe34f9b5991a91c39c3249790155 (diff) | |
Replace incorrectly changed selection bg in kitty
Diffstat (limited to 'config')
| -rw-r--r-- | config/kitty/kitty.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index b08ade7..4f736fc 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -23,7 +23,7 @@ background #0F261F # Deep Slate Green selection_foreground #0F261F # Light Neutral Gray -selection_background #DAE6E4 +selection_background #DAE6E3 # Calamine Blue active_border_color #80FFCC # Light Neutral Gray |