dotfiles-arch/.config/alacritty/alacritty.yml

32 lines
477 B
YAML
Raw Normal View History

2023-11-27 18:03:12 +00:00
# Colorscheme
import:
- ~/.config/alacritty/catppuccin-mocha.yml
# Window settings
window:
opacity: 0.85
padding:
x: 10
y: 10
# Set font
font:
normal:
family: monospace # FiraCode Nerd Font Mono
style: Regular
bold:
style: Bold
italic:
style: Italic
bold_italic:
style: Bold Italic
size: 11
offset:
x: 0
y: 0
colors:
primary:
background: '0x14171d'
foreground: '0xc7c6c3'