summaryrefslogtreecommitdiffstats
path: root/alacritty.yml
diff options
context:
space:
mode:
authorKirill Chibisov <wchibisovkirill@gmail.com>2019-03-13 02:11:32 +0300
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-03-12 23:11:32 +0000
commit0b9ae4ce936dfafbf5ea1929a170c97391cdea0b (patch)
treefe4d17c51ab6a5bad60e7da8c0d24adbdce5a353 /alacritty.yml
parent62c1d999e1361fc68ee4e54865b205415fa0a38d (diff)
Add config option to change selection color
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml9
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: