1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

Fix configuration file documentation

This commit is contained in:
Joshua Steele 2020-08-01 14:16:12 +03:00 committed by Christian Duerr
parent 55a185d00f
commit 9454a369c3
No known key found for this signature in database
GPG key ID: 85CDAE3C164BA7B4

View file

@ -65,6 +65,9 @@
# Window title # Window title
#title: Alacritty #title: Alacritty
# Allow terminal applications to change Alacritty's window title.
#dynamic_title: true
# Window class (Linux/BSD only): # Window class (Linux/BSD only):
#class: #class:
# Application instance name # Application instance name
@ -207,17 +210,16 @@
# Search colors # Search colors
# #
# Colors used for the search bar and match highlighting. # Colors used for the search bar and match highlighting.
# #search:
# Allowed values are CellForeground and CellBackground, which reference the # Allowed values are CellForeground and CellBackground, which reference the
# affected cell, or hexadecimal colors like #ff00ff. # affected cell, or hexadecimal colors like #ff00ff.
#search: #matches:
# matches:
# foreground: '#000000' # foreground: '#000000'
# background: '#ffffff' # background: '#ffffff'
#
# bar: #bar:
# background: CellForeground # background: '#c5c8c6'
# foreground: CellBackground # foreground: '#1d1f21'
# Normal colors # Normal colors
#normal: #normal:
@ -318,9 +320,6 @@
# When set to `true`, selected text will be copied to the primary clipboard. # When set to `true`, selected text will be copied to the primary clipboard.
#save_to_clipboard: false #save_to_clipboard: false
# Allow terminal applications to change Alacritty's window title.
#dynamic_title: true
#cursor: #cursor:
# Cursor style # Cursor style
# #