94 lines
2.2 KiB
YAML
94 lines
2.2 KiB
YAML
# env:
|
|
# # For better compatibility.
|
|
# # <https://github.com/alacritty/alacritty/issues/2049>
|
|
# TERM: xterm-256color
|
|
|
|
font:
|
|
normal:
|
|
family: monospace
|
|
size: 12.0
|
|
|
|
# xterm theme, except blue
|
|
# draw_bold_text_with_bright_colors: true
|
|
# colors:
|
|
# primary:
|
|
# background: '#111111'
|
|
# foreground: '#CDCDCD'
|
|
# normal:
|
|
# black: '#111111'
|
|
# red: '#CD0000'
|
|
# green: '#00CD00'
|
|
# yellow: '#CDCD00'
|
|
# blue: '#005CFF'
|
|
# magenta: '#CD00CD'
|
|
# cyan: '#00CDCD'
|
|
# white: '#CDCDCD'
|
|
# bright:
|
|
# black: '#7F7F7F'
|
|
# red: '#FF0000'
|
|
# green: '#00FF00'
|
|
# yellow: '#FFFF00'
|
|
# blue: '#5C5CFF'
|
|
# magenta: '#FF00FF'
|
|
# cyan: '#00FFFF'
|
|
# white: '#FFFFFF'
|
|
|
|
# amora theme, except black
|
|
draw_bold_text_with_bright_colors: false
|
|
colors:
|
|
primary:
|
|
background: '#261c2c'
|
|
foreground: '#f7e3f7'
|
|
normal:
|
|
black: '#261c2c'
|
|
red: '#e83f80'
|
|
green: '#d9e07b'
|
|
yellow: '#ffb65e'
|
|
blue: '#b982ff'
|
|
magenta: '#f57fff'
|
|
cyan: '#b3dfef'
|
|
white: '#f7e3f7'
|
|
bright: # + 20 saturation, except black and white
|
|
black: '#000000'
|
|
red: '#e81063'
|
|
green: '#d6e04e'
|
|
yellow: '#ff9f2b'
|
|
blue: '#9c4fff'
|
|
magenta: '#f14dff'
|
|
cyan: '#83d2ef'
|
|
white: '#ffffff'
|
|
|
|
cursor:
|
|
style:
|
|
shape: Beam
|
|
|
|
bell:
|
|
animation: EaseOutSine
|
|
duration: 200
|
|
color: '#BD01BE' # colour 201/256
|
|
|
|
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·"
|