Skip to content

Commit 8b693bf

Browse files
committed
feat(ghostty): tweak cursor and selection colors
Switch cursor to block with inverted fg/bg, and use a brighter blue selection background for better readability.
1 parent aa6b30d commit 8b693bf

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

ghostty/config

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,20 @@ font-family = Moralerspace Neon
66
font-size = 13
77

88
# Cursor
9-
cursor-style = bar
9+
cursor-style = block
1010
cursor-style-blink = true
11+
cursor-invert-fg-bg = true
1112

1213
# Mouse / clipboard
1314
mouse-hide-while-typing = true
1415
copy-on-select = clipboard
1516
clipboard-paste-protection = true
1617
clipboard-trim-trailing-spaces = true
1718

19+
# Selection
20+
selection-background = #4a8fd9
21+
selection-foreground = #ffffff
22+
1823
# Window
1924
window-padding-x = 8
2025
window-padding-y = 8

0 commit comments

Comments
 (0)