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]
|
[colors.bright]
|
||||||
black = "#767676"
|
black = "#767676"
|
||||||
blue = "#6871ff"
|
blue = "#6871ff"
|
||||||
|
@ -39,5 +37,8 @@ style = "Regular"
|
||||||
x = 0
|
x = 0
|
||||||
y = 0
|
y = 0
|
||||||
|
|
||||||
|
[general]
|
||||||
|
live_config_reload = true
|
||||||
|
|
||||||
[scrolling]
|
[scrolling]
|
||||||
history = 10000
|
history = 10000
|
||||||
|
|
Loading…
Reference in a new issue