From ceb515c2ea021638b5b7c8239c3ec6af12eb7d9f Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Sun, 17 Nov 2024 14:21:09 +0100 Subject: [PATCH] fix(Kitty): Only use dark font for Kitty --- .config/kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 58d644c..911a9aa 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -426,5 +426,5 @@ macos_option_as_alt yes x11_bell_volume 80 # Ajout du thème Solarized Light sur https://github.com/dexpota/kitty-themes -include ./light.conf +include ./dark.conf