dotfiles/dotfiles/alacritty/.alacritty.yml

38 lines
650 B
YAML

---
font:
normal:
family: DejaVu Sans Mono for Powerline
style: Regular
size: 12
key_bindings:
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }
# Colors (Molokai Dark)
colors:
# Default colors
primary:
background: '#1B1D1E'
foreground: '#F8F8F2'
bright:
black: '#666666'
red: '#F92672'
green: '#A6E22E'
yellow: '#E2E22E'
blue: '#819AFF'
magenta: '#AE81FF'
cyan: '#66D9EF'
white: '#F8F8F2'
scrolling:
history: 10000
cursor:
style:
blinking: Always
blink_interval: 100
shape: Underline
unfocused_hollow: false
background_opacity: 0.9