dotfiles/alacritty/.config/alacritty/alacritty.yml

52 lines
947 B
YAML

window:
padding:
x: 4
y: 4
decorations: none
title: Alacritty
dynamic_title: true
gtk_theme_variant: dark
scrolling:
history: 10000
font:
normal:
family: MesloLGS NF
size: 10.0
draw_bold_text_with_bright_colors: false
colors:
primary:
background: '#0a0a0a'
foreground: '#f4f4f4'
cursor:
text: CellBackground
cursor: CellForeground
selection:
text: CellBackground
background: CellForeground
normal:
black: '#0a0a0a'
red: '#ce0000'
green: '#29ab00'
yellow: '#ffa700'
blue: '#0060e5'
magenta: '#ce00ce'
cyan: '#66e6e6'
white: '#f4f4f4'
bright:
black: '#4c4c4c'
red: '#ff0000'
green: '#69c44c'
yellow: '#ffc14c'
blue: '#4c8fec'
magenta: '#dc4cdc'
cyan: '#93eded'
white: '#ffffff'
background_opacity: 0.8
cursor:
style:
shape: Block
blinking: Never
mouse:
hide_when_typing: true