diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-03-13 02:11:32 +0300 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-03-12 23:11:32 +0000 |
commit | 0b9ae4ce936dfafbf5ea1929a170c97391cdea0b (patch) | |
tree | fe4d17c51ab6a5bad60e7da8c0d24adbdce5a353 /alacritty.yml | |
parent | 62c1d999e1361fc68ee4e54865b205415fa0a38d (diff) | |
download | alacritty-0b9ae4ce936dfafbf5ea1929a170c97391cdea0b.tar.gz alacritty-0b9ae4ce936dfafbf5ea1929a170c97391cdea0b.zip |
Add config option to change selection color
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index 6135b318..69268885 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -184,6 +184,15 @@ colors: #cursor: # text: '0x000000' # cursor: '0xffffff' + + # Selection colors + # + # Colors which should be used to draw the selection area. If selection + # background is unset, selection color will be the inverse of the cell colors. + # If only text is unset the cell text color will remain the same. + #selection: + # text: '0xeaeaea' + # background: '0x404040' # Normal colors normal: |