We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa6b30d commit 8b693bfCopy full SHA for 8b693bf
1 file changed
ghostty/config
@@ -6,15 +6,20 @@ font-family = Moralerspace Neon
6
font-size = 13
7
8
# Cursor
9
-cursor-style = bar
+cursor-style = block
10
cursor-style-blink = true
11
+cursor-invert-fg-bg = true
12
13
# Mouse / clipboard
14
mouse-hide-while-typing = true
15
copy-on-select = clipboard
16
clipboard-paste-protection = true
17
clipboard-trim-trailing-spaces = true
18
19
+# Selection
20
+selection-background = #4a8fd9
21
+selection-foreground = #ffffff
22
+
23
# Window
24
window-padding-x = 8
25
window-padding-y = 8
0 commit comments