Revert "Restore deprecated cursor.color"

This reverts commit 600b31a5ad.
This commit is contained in:
Fabio Scotto di Santolo
2025-07-24 21:50:24 +02:00
parent 600b31a5ad
commit c8fe8f700b

View File

@@ -5,6 +5,7 @@ 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 initial-window-size-chars=160x45 # Initial size in character columns x rows
selection-target=clipboard # Copy selected text directly to system clipboard selection-target=clipboard # Copy selected text directly to system clipboard
term=foot # Terminal type identifier (useful for compatibility) 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) pad=8x8 # Adds 8-pixel padding around the content (horizontal x vertical)
# === Mouse settings === # === Mouse settings ===
@@ -30,10 +31,10 @@ show-urls-launch=Control+Shift+o # Detects and allows launching URLs fou
style=beam # Beam-style (vertical bar) cursor style=beam # Beam-style (vertical bar) cursor
blink=true # Cursor should blink blink=true # Cursor should blink
beam-thickness=3 # Thickness of the beam cursor beam-thickness=3 # Thickness of the beam cursor
color=11111b f5e0dc # Cursor color (background and foreground)
# === Catppuccin Mocha color scheme === # === Catppuccin Mocha color scheme ===
[colors] [colors]
cursor=11111b f5e0dc # Cursor color (background and foreground)
foreground=cdd6f4 # Default text color foreground=cdd6f4 # Default text color
background=1e1e2e # Main terminal background color background=1e1e2e # Main terminal background color