summaryrefslogtreecommitdiff
path: root/alacritty_macos.yml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r--alacritty_macos.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml
index de60f7ef..386e4590 100644
--- a/alacritty_macos.yml
+++ b/alacritty_macos.yml
@@ -48,12 +48,19 @@ font:
# Should display the render timer
render_timer: false
+# Use custom cursor colors. If true, display the cursor in the cursor.foreground
+# and cursor.background colors, otherwise invert the colors of the cursor.
+custom_cursor_colors: false
+
# Colors (Tomorrow Night Bright)
colors:
# Default colors
primary:
background: '0x000000'
foreground: '0xeaeaea'
+ cursor:
+ background: '0xffffff'
+ foreground: '0x000000'
# Normal colors
normal: