From 31b8df316065243133e8cead56cd9581424f1e53a0082c3e8f27e09521df5458 Mon Sep 17 00:00:00 2001 From: Mikkel Harboe Arp Henriksen Date: Mon, 16 Jun 2025 22:20:56 +0200 Subject: [PATCH] fixes til kitty --- templates/kitty.conf.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/kitty.conf.j2 b/templates/kitty.conf.j2 index 18fb21c..df3d340 100644 --- a/templates/kitty.conf.j2 +++ b/templates/kitty.conf.j2 @@ -3,9 +3,9 @@ font_family JetBrains Mono Nerd Font font_size 12.0 # Lys tema med blå tekst -background #e6f7ff /* Meget lys blå/hvid */ -foreground #005f87 /* Mørk, læsbar blå */ -cursor #00aaff /* Klar blå cursor */ +background #e6f7ff # Meget lys blå/hvid +foreground #005f87 # Mørk, læsbar blå +cursor #00aaff # Klar blå cursor selection_background #00aaff selection_foreground #ffffff