From 600b31a5ad5e803632a16a108f42dc7ee9a8b955 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Thu, 24 Jul 2025 21:40:47 +0200 Subject: [PATCH] Restore deprecated cursor.color --- foot/.config/foot/foot.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/foot/.config/foot/foot.ini b/foot/.config/foot/foot.ini index 322a0fc..952d691 100644 --- a/foot/.config/foot/foot.ini +++ b/foot/.config/foot/foot.ini @@ -5,7 +5,6 @@ font=FiraCode Nerd Font:size=14 # Font family and size used in the term initial-window-size-chars=160x45 # Initial size in character columns x rows selection-target=clipboard # Copy selected text directly to system clipboard term=foot # Terminal type identifier (useful for compatibility) -dpi-aware=yes # Ensures the terminal scales correctly on high-DPI displays pad=8x8 # Adds 8-pixel padding around the content (horizontal x vertical) # === Mouse settings === @@ -31,10 +30,10 @@ show-urls-launch=Control+Shift+o # Detects and allows launching URLs fou style=beam # Beam-style (vertical bar) cursor blink=true # Cursor should blink beam-thickness=3 # Thickness of the beam cursor +color=11111b f5e0dc # Cursor color (background and foreground) # === Catppuccin Mocha color scheme === [colors] -cursor=11111b f5e0dc # Cursor color (background and foreground) foreground=cdd6f4 # Default text color background=1e1e2e # Main terminal background color