dotfiles/.config/alacritty/alacritty.yml

78 lines
1.6 KiB
YAML

# Configuration for Alacritty, the GPU enhanced terminal emulator.
#env:
#TERM: alacritty
window:
padding:
x: 5
y: 5
decorations: full
dynamic_title: true
opacity: 0.90
font:
normal:
family: Fira Mono
style: Regular
bold:
style: Bold
italic:
style: Italic
bold_italic:
style: Bold Italic
size: 11.5
offset:
x: 0
y: 0
draw_bold_text_with_bright_colors: false
colors:
primary:
background: '0x14171d'
foreground: '0xc7c6c3'
normal:
black: '0x14171d'
red: '0xa63a3a'
green: '0x759438'
yellow: '0xde7e54'
blue: '0x3d67a2'
magenta: '0x7b5687'
cyan: '0x578c7c'
white: '0xada0a8'
bright:
black: '0x4d4754'
red: '0xcc5c5c'
green: '0x97bd5e'
yellow: '0xf0c767'
blue: '0x789ebf'
magenta: '0xa97fb3'
cyan: '0x82bfb3'
white: '0xc7c6c3'
selection:
text: CellBackground
background: CellForeground
cursor:
text: CellBackground
background: CellForeground
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
mods: None
binding:
key: U
mods: Control|Shift
key_bindings:
- { key: Return, mods: Control|Super, action: SpawnNewInstance }