1
0
Fork 0
numbers/alacritty.yml

99 lines
1.6 KiB
YAML

window:
dimensions:
columns: 140
lines: 30
padding:
x: 10
y: 0
dynamic_title: true
opacity: 0.9
scrolling:
history: 10000
# Font configuration
font:
normal:
family: berkeley mono variable
style: Regular
italic:
family: berkeley mono variable
style: Italic
bold:
family: berkeley mono variable
style: Bold
# Point size
size: 11
# Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
offset:
x: 0
y: 0
glyph_offset:
x: 0
y: 0
bell:
animation: EaseOutExpo
duration: 1
color: '0x333333'
colors:
# Default colors
primary:
background: "0x080808"
foreground: "0xB3B1AD"
# Normal colors
normal:
black: "#2e2e2e"
red: "#ef2f27"
green: "#519f50"
yellow: "#faa030"
blue: "#34608d"
magenta: "#e02c6d"
cyan: "#0aaeb3"
white: "#d0d0d0"
# Bright colors
bright:
black: "#666666"
red: "#eb6655"
green: "#98bc37"
yellow: "#ffe64d"
blue: "#008bbd"
magenta: "#ff5c8f"
cyan: "#6fc3df"
white: "#fcfcfc"
selection:
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
save_to_clipboard: true
cursor:
style: Beam
unfocused_hollow: true
live_config_reload: true
mouse:
hide_when_typing: true
hints:
enabled:
- regex: "(magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+"
command: xdg-open
post_processing: true
mouse:
enabled: true
binding:
key: U
mods: Control|Shift