diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index c08713c6..96fe6e24 100644 --- a/alacritty.yml +++ b/alacritty.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: |