Migrate configuration file to new TOML format
This was done using the builtin 'migrate' command.
This commit is contained in:
64
alacritty.toml
Normal file
64
alacritty.toml
Normal file
@@ -0,0 +1,64 @@
|
||||
live_config_reload = false
|
||||
|
||||
[colors.bright]
|
||||
black = "0x686868"
|
||||
blue = "0x59C2FF"
|
||||
cyan = "0x95E6CB"
|
||||
green = "0xC2D94C"
|
||||
magenta = "0xFFEE99"
|
||||
red = "0xF07178"
|
||||
white = "0xFFFFFF"
|
||||
yellow = "0xFFB454"
|
||||
|
||||
[colors.normal]
|
||||
black = "0x01060E"
|
||||
blue = "0x53BDFA"
|
||||
cyan = "0x90E1C6"
|
||||
green = "0x91B362"
|
||||
magenta = "0xFAE994"
|
||||
red = "0xEA6C73"
|
||||
white = "0xC7C7C7"
|
||||
yellow = "0xF9AF4F"
|
||||
|
||||
[colors.primary]
|
||||
background = "0x0A0E14"
|
||||
foreground = "0xB3B1AD"
|
||||
|
||||
[cursor]
|
||||
thickness = 0.25
|
||||
unfocused_hollow = false
|
||||
|
||||
[cursor.style]
|
||||
shape = "Beam"
|
||||
|
||||
[env]
|
||||
TERM = "xterm-256color"
|
||||
|
||||
[font]
|
||||
size = 10.0
|
||||
|
||||
[font.normal]
|
||||
family = "JetBrains Mono NL"
|
||||
|
||||
[[hints.enabled]]
|
||||
command = "xdg-open"
|
||||
post_processing = true
|
||||
regex = "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-<>\"\\s{-}\\^⟨⟩`]+"
|
||||
|
||||
[hints.enabled.mouse]
|
||||
enabled = true
|
||||
mods = "Control"
|
||||
|
||||
[[keyboard.bindings]]
|
||||
action = "ToggleFullscreen"
|
||||
key = "F11"
|
||||
|
||||
[mouse]
|
||||
hide_when_typing = true
|
||||
|
||||
[scrolling]
|
||||
history = 100000
|
||||
|
||||
[window.dimensions]
|
||||
columns = 80
|
||||
lines = 24
|
||||
Reference in New Issue
Block a user