Update Alacritty config for latest version
This commit is contained in:
parent
8360afca7d
commit
f91ced3130
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
live_config_reload = true
|
||||
|
||||
[colors.bright]
|
||||
black = "#767676"
|
||||
blue = "#6871ff"
|
||||
|
@ -39,5 +37,8 @@ style = "Regular"
|
|||
x = 0
|
||||
y = 0
|
||||
|
||||
[general]
|
||||
live_config_reload = true
|
||||
|
||||
[scrolling]
|
||||
history = 10000
|
||||
|
|
Loading…
Reference in a new issue