alacritty.toml: Reorder options as they appear in the manual
This commit is contained in:
@@ -1,14 +1,24 @@
|
|||||||
live_config_reload = false
|
live_config_reload = false
|
||||||
|
|
||||||
[colors.bright]
|
[env]
|
||||||
black = "0x686868"
|
TERM = "xterm-256color"
|
||||||
blue = "0x59C2FF"
|
|
||||||
cyan = "0x95E6CB"
|
[window.dimensions]
|
||||||
green = "0xC2D94C"
|
columns = 80
|
||||||
magenta = "0xFFEE99"
|
lines = 24
|
||||||
red = "0xF07178"
|
|
||||||
white = "0xFFFFFF"
|
[scrolling]
|
||||||
yellow = "0xFFB454"
|
history = 100000
|
||||||
|
|
||||||
|
[font]
|
||||||
|
size = 10.0
|
||||||
|
|
||||||
|
[font.normal]
|
||||||
|
family = "JetBrains Mono NL"
|
||||||
|
|
||||||
|
[colors.primary]
|
||||||
|
background = "0x0A0E14"
|
||||||
|
foreground = "0xB3B1AD"
|
||||||
|
|
||||||
[colors.normal]
|
[colors.normal]
|
||||||
black = "0x01060E"
|
black = "0x01060E"
|
||||||
@@ -20,9 +30,15 @@ red = "0xEA6C73"
|
|||||||
white = "0xC7C7C7"
|
white = "0xC7C7C7"
|
||||||
yellow = "0xF9AF4F"
|
yellow = "0xF9AF4F"
|
||||||
|
|
||||||
[colors.primary]
|
[colors.bright]
|
||||||
background = "0x0A0E14"
|
black = "0x686868"
|
||||||
foreground = "0xB3B1AD"
|
blue = "0x59C2FF"
|
||||||
|
cyan = "0x95E6CB"
|
||||||
|
green = "0xC2D94C"
|
||||||
|
magenta = "0xFFEE99"
|
||||||
|
red = "0xF07178"
|
||||||
|
white = "0xFFFFFF"
|
||||||
|
yellow = "0xFFB454"
|
||||||
|
|
||||||
[cursor]
|
[cursor]
|
||||||
thickness = 0.25
|
thickness = 0.25
|
||||||
@@ -31,14 +47,8 @@ unfocused_hollow = false
|
|||||||
[cursor.style]
|
[cursor.style]
|
||||||
shape = "Beam"
|
shape = "Beam"
|
||||||
|
|
||||||
[env]
|
[mouse]
|
||||||
TERM = "xterm-256color"
|
hide_when_typing = true
|
||||||
|
|
||||||
[font]
|
|
||||||
size = 10.0
|
|
||||||
|
|
||||||
[font.normal]
|
|
||||||
family = "JetBrains Mono NL"
|
|
||||||
|
|
||||||
[[hints.enabled]]
|
[[hints.enabled]]
|
||||||
command = "xdg-open"
|
command = "xdg-open"
|
||||||
@@ -52,13 +62,3 @@ mods = "Control"
|
|||||||
[[keyboard.bindings]]
|
[[keyboard.bindings]]
|
||||||
action = "ToggleFullscreen"
|
action = "ToggleFullscreen"
|
||||||
key = "F11"
|
key = "F11"
|
||||||
|
|
||||||
[mouse]
|
|
||||||
hide_when_typing = true
|
|
||||||
|
|
||||||
[scrolling]
|
|
||||||
history = 100000
|
|
||||||
|
|
||||||
[window.dimensions]
|
|
||||||
columns = 80
|
|
||||||
lines = 24
|
|
||||||
|
|||||||
Reference in New Issue
Block a user