35 lines
501 B
YAML
35 lines
501 B
YAML
import:
|
|
- /var/home/jpm/.dotfiles/alacritty/alacritty.yml
|
|
|
|
shell:
|
|
program: /bin/bash
|
|
|
|
window:
|
|
title: Alacritty - Fedora (Host)
|
|
class:
|
|
instance: Alacritty-toolbox
|
|
|
|
font:
|
|
size: 10.0
|
|
|
|
normal:
|
|
family: "Hack Nerd Font"
|
|
style: Regular
|
|
|
|
bold:
|
|
family: "Hack Nerd Font"
|
|
style: Bold
|
|
|
|
italic:
|
|
family: "Hack Nerd Font"
|
|
style: Light
|
|
|
|
bold_italic:
|
|
family: "Hack Nerd Font"
|
|
style: SemiBold
|
|
|
|
colors:
|
|
primary:
|
|
background: '#010101'
|
|
foreground: '#FEFEFE'
|