Skip to content

Commit

Permalink
Fix configuration file documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joshukraine authored Aug 1, 2020
1 parent 9167461 commit 5c8aa67
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
#
Expand Down

0 comments on commit 5c8aa67

Please sign in to comment.