1
0
Fork 0
dotfiles/.config/alacritty/alacritty.yml

94 lines
2.2 KiB
YAML
Raw Permalink 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:
2022-09-21 22:17:41 +02:00
family: monospace
2022-03-18 14:34:27 +01:00
size: 12.0
2022-09-12 23:39:11 +02:00
# 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'
2022-03-18 14:34:27 +01:00
2022-09-18 03:11:36 +02:00
# amora theme, except black
2022-09-16 07:40:50 +02:00
draw_bold_text_with_bright_colors: false
2022-03-18 14:34:27 +01:00
colors:
primary:
2022-09-12 23:39:11 +02:00
background: '#261c2c'
foreground: '#f7e3f7'
2022-03-18 14:34:27 +01:00
normal:
black: '#261c2c'
2022-09-16 07:40:50 +02:00
red: '#e83f80'
green: '#d9e07b'
yellow: '#ffb65e'
blue: '#b982ff'
2022-09-12 23:39:11 +02:00
magenta: '#f57fff'
2022-09-16 07:40:50 +02:00
cyan: '#b3dfef'
white: '#f7e3f7'
2022-09-18 03:11:36 +02:00
bright: # + 20 saturation, except black and white
black: '#000000'
red: '#e81063'
green: '#d6e04e'
yellow: '#ff9f2b'
blue: '#9c4fff'
magenta: '#f14dff'
cyan: '#83d2ef'
white: '#ffffff'
2022-03-18 14:34:27 +01:00
cursor:
style:
shape: Beam
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" }
2022-03-18 14:34:27 +01:00
- { 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·"