Alacritty config.

This commit is contained in:
Bartek Stalewski 2024-07-07 02:01:43 +02:00
parent fafed4acca
commit 46b8021f71
Signed by: ftpd
SSH Key Fingerprint: SHA256:vGQiaNJcfUMLt3wF58+Zx15C6SpRDA9spUeggjVY8Yo

View File

@ -0,0 +1,50 @@
[env]
TERM = "xterm-256color"
[window]
dimensions = { columns = 185, lines = 50 }
position = { x = 60, y = 200 }
[font]
normal = { family = "RobotoMono Nerd Font", style = "Regular" }
bold = { family = "RobotoMono Nerd Font", style = "Bold" }
italic = { family = "RobotoMono Nerd Font", style = "Italic" }
bold_italic = { family = "RobotoMono Nerd Font", style = "Bold Italic" }
size = 14
[colors.primary]
foreground = "#c7c7c7"
background = "#272822"
[colors.normal]
black ="#272822"
red ="#fd4285"
green ="#a6e22d"
yellow ="#e5da72"
blue ="#00bdff"
magenta ="#9a37ff"
cyan ="#50b6d8"
white ="#c7c7c7"
[colors.bright]
black ="#676767"
red ="#fa7fac"
green ="#bde271"
yellow ="#fff27f"
blue ="#0094d8"
magenta ="#bd9eff"
cyan ="#5ed6fe"
white ="#feffff"
[selection]
save_to_clipboard = true
[cursor]
style = { shape = "Beam", blinking = "Never" }
[[hints.enabled]]
command = { program = "open" }
hyperlinks = true
post_processing = true
persist = false
mouse = { mods = "Command", enabled = true }
binding = { key = "o", mods = "Command" }
regex = "(ipfs:|ipns:|magnet:|mailto:|gemini://|gopher://|https://|http://|news:|file:|git://|ssh:|ftp://)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+"