dotfiles/.config/alacritty/alacritty.yml

67 lines
1.6 KiB
YAML
Raw Normal View History

2022-05-01 09:03:32 +02:00
# env:
# # For better compatibility.
# # <https://github.com/alacritty/alacritty/issues/2049>
# TERM: xterm-256color
2022-03-18 14:34:27 +01:00
font:
normal:
family: Source Code Pro
size: 12.0
# xterm does this
2022-03-18 14:34:27 +01:00
draw_bold_text_with_bright_colors: true
# xterm colours, except blue
2022-03-18 14:34:27 +01:00
colors:
primary:
background: '#111111'
foreground: '#CDCDCD'
2022-03-18 14:34:27 +01:00
normal:
2022-04-08 06:17:00 +02:00
black: '#111111'
red: '#CD0000'
green: '#00CD00'
yellow: '#CDCD00'
blue: '#005CFF'
magenta: '#CD00CD'
cyan: '#00CDCD'
white: '#CDCDCD'
2022-03-18 14:34:27 +01:00
bright:
2022-04-08 06:17:00 +02:00
black: '#7F7F7F'
red: '#FF0000'
green: '#00FF00'
yellow: '#FFFF00'
blue: '#5C5CFF'
magenta: '#FF00FF'
cyan: '#00FFFF'
white: '#FFFFFF'
2022-03-18 14:34:27 +01:00
bell:
animation: EaseOutSine
duration: 200
color: '#BD01BE' # colour 201/256
2022-03-18 14:34:27 +01:00
hints:
enabled:
- regex: "(mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:|magnet:)[^\u0000-\u001F\u007F-\u009F<>\" {-}\\^⟨⟩`]+"
command: xdg-open
post_processing: true
mouse:
enabled: true
mods: Control
mouse:
hide_when_typing: true
key_bindings:
- { key: Back, mods: Control, chars: "\x1b\x7f" }
- { key: Semicolon, mods: Control|Shift, chars: "\e;" }
- { key: PageUp, mods: Shift, mode: ~Alt, action: ScrollPageUp }
- { key: PageDown, mods: Shift, mode: ~Alt, action: ScrollPageDown }
scrolling:
history: 10000
selection:
# Characters that are used to separate “words”.
semantic_escape_chars: ",│`|\"' ()[]{}<>\t·"