Skip to content

Commit b81ed7c

Browse files
committed
FIX: change cursor text fallback from fg to bg.
1 parent 147b9d3 commit b81ed7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def read_itermcolors_file(iterm_path: pathlib.Path) -> Theme:
411411

412412
fallback_color_map = {
413413
"Cursor Guide Color": "Cursor Color",
414-
"Cursor Text Color": "Foreground Color",
414+
"Cursor Text Color": "Background Color",
415415
"Selected Text Color": "Background Color",
416416
"Selection Color": "Foreground Color",
417417
"Bold Color": "Foreground Color",

0 commit comments

Comments
 (0)