diff options
author | Danny Dulai <danny@ishiboo.com> | 2017-01-08 22:18:39 -0500 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-01-29 16:06:29 -0800 |
commit | e04584b0826eb18917314c2ea7bee7c8a22295be (patch) | |
tree | 6aeb88a41dd3a60d0fc6152e080a05e079cb5a65 /alacritty_macos.yml | |
parent | 2b478e7b9c5e7cd6c93254d3882e79ced9ec43c9 (diff) | |
download | alacritty-e04584b0826eb18917314c2ea7bee7c8a22295be.tar.gz alacritty-e04584b0826eb18917314c2ea7bee7c8a22295be.zip |
support for inverting the cursor or using colors
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 7 |
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: |