diff options
author | Joshua Steele <joshukraine@users.noreply.github.com> | 2020-08-01 14:16:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-01 11:16:12 +0000 |
commit | 5c8aa679ae27390d18c2e90134f5fdfe5918c07a (patch) | |
tree | 196e9b209751f333cef08b2c21f1f8dbc963fe65 /alacritty.yml | |
parent | 9167461eb35687872a7670b2e7105a56244f7a48 (diff) | |
download | alacritty-5c8aa679ae27390d18c2e90134f5fdfe5918c07a.tar.gz alacritty-5c8aa679ae27390d18c2e90134f5fdfe5918c07a.zip |
Fix configuration file documentation
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/alacritty.yml b/alacritty.yml index 7055cf4f..8c780cd3 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -65,6 +65,9 @@ # Window title #title: Alacritty + # Allow terminal applications to change Alacritty's window title. + #dynamic_title: true + # Window class (Linux/BSD only): #class: # Application instance name @@ -207,17 +210,16 @@ # Search colors # # Colors used for the search bar and match highlighting. - # - # Allowed values are CellForeground and CellBackground, which reference the - # affected cell, or hexadecimal colors like #ff00ff. #search: - # matches: - # foreground: '#000000' - # background: '#ffffff' - # - # bar: - # background: CellForeground - # foreground: CellBackground + # Allowed values are CellForeground and CellBackground, which reference the + # affected cell, or hexadecimal colors like #ff00ff. + #matches: + # foreground: '#000000' + # background: '#ffffff' + + #bar: + # background: '#c5c8c6' + # foreground: '#1d1f21' # Normal colors #normal: @@ -318,9 +320,6 @@ # When set to `true`, selected text will be copied to the primary clipboard. #save_to_clipboard: false -# Allow terminal applications to change Alacritty's window title. -#dynamic_title: true - #cursor: # Cursor style # |