Tweak cursor colour in tangere theme

This commit is contained in:
Jonny Barnes 2025-10-26 16:59:30 +00:00
commit ab3e6950c7
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
2 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ palette = 14=#a9c9cc
palette = 15=#2f4656 palette = 15=#2f4656
background = #1a2938 background = #1a2938
foreground = #fdfdd9 foreground = #fdfdd9
cursor-color = #fdfdd9 cursor-color = #2f4656
cursor-text = #fdfdd9 cursor-text = #2f4656
selection-background = #fdfdd9 selection-background = #fdfdd9
selection-foreground = #1a2938 selection-foreground = #1a2938

View file

@ -16,7 +16,7 @@ palette = 14=#002a40
palette = 15=#d1d1d1 palette = 15=#d1d1d1
background = #fdfdfa background = #fdfdfa
foreground = #000000 foreground = #000000
cursor-color = #ffffff cursor-color = #d1d1d1
cursor-text = #ffffff cursor-text = #d1d1d1
selection-background = #000000 selection-background = #000000
selection-foreground = #fdfdfa selection-foreground = #fdfdfa