dotfiles/dot_config/alacritty/alacritty.toml.tmpl

146 lines
2.4 KiB
Cheetah
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[bell]
color = "#ffffff"
duration = 200
[colors]
draw_bold_text_with_bright_colors = false
[colors.bright]
black = "#565656"
blue = "#49a4f8"
cyan = "#99faf2"
green = "#c0e17d"
magenta = "#a47de9"
red = "#ec5357"
white = "#ffffff"
yellow = "#f9da6a"
[colors.normal]
black = "#2e2e2e"
blue = "#47a0f3"
cyan = "#64dbed"
green = "#abe047"
magenta = "#7b5cb0"
red = "#eb4129"
white = "#e5e9f0"
yellow = "#f6c744"
[colors.primary]
background = "#000000"
foreground = "#fffbf6"
[env]
TERM = "xterm-256color"
[font]
{{if eq .chezmoi.hostname "lysander" -}}
size = 15.5
{{ else if eq .chezmoi.hostname "mercutio" -}}
size = 19.0
{{ else if eq .chezmoi.hostname "rosencrantz" -}}
size = 15.0
{{ else if eq .chezmoi.hostname "altair" -}}
size = 22
{{ else -}}
size = 19.0
{{ end }}
[font.bold]
style = "Semi-Condensed"
#style = "Regular"
[font.bold_italic]
style = "Semi-Condensed Oblique"
#style = "Italic"
[font.italic]
style = "Light Semi-Condensed Oblique"
#style = "Light Italic"
[font.normal]
family = "Iosevka Berkeley"
style = "Light Semi-Condensed"
#style = "Light"
[hints]
alphabet = "jfkdls;ahgurieowpq"
[[hints.enabled]]
action = "Copy"
regex = "[a-f0-9]{7,}"
[hints.enabled.binding]
key = "H"
mods = "Control|Shift"
[[hints.enabled]]
action = "Copy"
regex = "(magnet:|mailto:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-Ÿ<>\"\\s{-}\\^⟨⟩`]+"
[hints.enabled.binding]
key = "U"
mods = "Control|Shift"
[[hints.enabled]]
post_processing = true
regex = "(magnet:|mailto:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-Ÿ<>\"\\s{-}\\^⟨⟩`]+"
{{if eq .chezmoi.os "darwin" -}}
command = "open"
{{ else -}}
command = "xdg-open"
{{ end }}
[hints.enabled.binding]
key = "L"
mods = "Control|Shift"
[hints.enabled.mouse]
enabled = true
mods = "None"
[[keyboard.bindings]]
action = "ToggleViMode"
key = "Q"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "Paste"
key = "P"
mode = "Vi|~Search"
[[keyboard.bindings]]
{{if eq .chezmoi.hostname "rosencrantz" -}}
action = "ToggleFullscreen"
{{ else -}}
action = "ToggleMaximized"
{{ end }}
key = "Return"
mods = "Alt"
[[keyboard.bindings]]
action = "ToggleSimpleFullscreen"
key = "Return"
mods = "Command"
[[keyboard.bindings]]
chars = "\u001B."
key = "Period"
mods = "Command"
[scrolling]
history = 10000
multiplier = 3
[window]
opacity = 0.88
startup_mode = "Windowed"
option_as_alt = "Both"
#decorations = "None"
[window.dimensions]
columns = 106
lines = 24
[window.padding]
x = 3
y = 3