Update alacritty.yml

This commit is contained in:
ITmail-dk
2022-01-06 09:37:46 +01:00
parent 0912f165ec
commit 455513010a

View File

@@ -105,7 +105,7 @@ window:
history: 10000 history: 10000
# Scrolling distance multiplier. # Scrolling distance multiplier.
multiplier: 3 multiplier: 5
# Font configuration # Font configuration
#font: #font:
@@ -182,11 +182,11 @@ window:
#draw_bold_text_with_bright_colors: false #draw_bold_text_with_bright_colors: false
# Colors (Tomorrow Night) # Colors (Tomorrow Night)
#colors: colors:
# Default colors # Default colors
#primary: #primary:
# background: '#1d1f21' background: '#0A1B2A'
# foreground: '#c5c8c6' foreground: '#EBEBEB'
# Bright and dim foreground colors # Bright and dim foreground colors
# #
@@ -220,37 +220,37 @@ window:
# Search colors # Search colors
# #
# Colors used for the search bar and match highlighting. # Colors used for the search bar and match highlighting.
#search: search:
# Allowed values are CellForeground/CellBackground, which reference the # Allowed values are CellForeground/CellBackground, which reference the
# affected cell, or hexadecimal colors like #ff00ff. # affected cell, or hexadecimal colors like #ff00ff.
#matches: matches:
# foreground: '#000000' foreground: '#000000'
# background: '#ffffff' background: '#ffffff'
#focused_match: focused_match:
# foreground: '#ffffff' foreground: '#ffffff'
# background: '#000000' background: '#000000'
#bar: bar:
# background: '#c5c8c6' background: '#c5c8c6'
# foreground: '#1d1f21' foreground: '#1d1f21'
# Keyboard regex hints # Keyboard regex hints
#hints: hints:
# First character in the hint label # First character in the hint label
# #
# Allowed values are CellForeground/CellBackground, which reference the # Allowed values are CellForeground/CellBackground, which reference the
# affected cell, or hexadecimal colors like #ff00ff. # affected cell, or hexadecimal colors like #ff00ff.
#start: start:
# foreground: '#1d1f21' foreground: '#1d1f21'
# background: '#e9ff5e' background: '#e9ff5e'
# All characters after the first one in the hint label # All characters after the first one in the hint label
# #
# Allowed values are CellForeground/CellBackground, which reference the # Allowed values are CellForeground/CellBackground, which reference the
# affected cell, or hexadecimal colors like #ff00ff. # affected cell, or hexadecimal colors like #ff00ff.
#end: end:
# foreground: '#e9ff5e' foreground: '#e9ff5e'
# background: '#1d1f21' background: '#1d1f21'
# Line indicator # Line indicator
# #
@@ -423,9 +423,8 @@ window:
# shell. # shell.
# #
# Default: # Default:
# - (macOS) /bin/bash --login
# - (Linux/BSD) user login shell # - (Linux/BSD) user login shell
# - (Windows) powershell
#shell: #shell:
# program: /bin/bash # program: /bin/bash
# args: # args:
@@ -823,30 +822,6 @@ window:
#- { key: Minus, mods: Control, action: DecreaseFontSize } #- { key: Minus, mods: Control, action: DecreaseFontSize }
#- { key: NumpadSubtract, mods: Control, action: DecreaseFontSize } #- { key: NumpadSubtract, mods: Control, action: DecreaseFontSize }
# (Windows only)
#- { key: Return, mods: Alt, action: ToggleFullscreen }
# (macOS only)
#- { key: K, mods: Command, mode: ~Vi|~Search, chars: "\x0c" }
#- { key: K, mods: Command, mode: ~Vi|~Search, action: ClearHistory }
#- { key: Key0, mods: Command, action: ResetFontSize }
#- { key: Equals, mods: Command, action: IncreaseFontSize }
#- { key: Plus, mods: Command, action: IncreaseFontSize }
#- { key: NumpadAdd, mods: Command, action: IncreaseFontSize }
#- { key: Minus, mods: Command, action: DecreaseFontSize }
#- { key: NumpadSubtract, mods: Command, action: DecreaseFontSize }
#- { key: V, mods: Command, action: Paste }
#- { key: C, mods: Command, action: Copy }
#- { key: C, mods: Command, mode: Vi|~Search, action: ClearSelection }
#- { key: H, mods: Command, action: Hide }
#- { key: H, mods: Command|Alt, action: HideOtherApplications }
#- { key: M, mods: Command, action: Minimize }
#- { key: Q, mods: Command, action: Quit }
#- { key: W, mods: Command, action: Quit }
#- { key: N, mods: Command, action: SpawnNewInstance }
#- { key: F, mods: Command|Control, action: ToggleFullscreen }
#- { key: F, mods: Command, mode: ~Search, action: SearchForward }
#- { key: B, mods: Command, mode: ~Search, action: SearchBackward }
#debug: #debug:
# Display the time it takes to redraw each frame. # Display the time it takes to redraw each frame.