.dotfiles/alacritty/debian.yml

58 lines
1.0 KiB
YAML

import:
- /var/home/jpm/.dotfiles/alacritty/alacritty.yml
shell:
program: /usr/bin/distrobox
args:
- enter
- debian12
window:
title: Alacritty - Debian (Distrobox)
class:
instance: Alacritty-debian
font:
size: 10.0
normal:
family: "DejaVuSansMono Nerd Font"
style: Regular
bold:
family: "DejaVuSansMono Nerd Font"
style: Bold
italic:
family: "DejaVuSansMono Nerd Font"
style: Light
bold_italic:
family: "DejaVuSansMono Nerd Font"
style: SemiBold
colors:
primary:
background: '#450325'
foreground: '#FBE6EE'
normal:
black: '#76052D'
red: '#D7270A'
green: '#27D70A'
yellow: '#D78E0A'
blue: '#8E0AD7'
magenta: '#D70A53'
cyan: '#09C784'
white: '#2B0211'
bright:
black: '#913656'
red: '#DF3C22'
green: '#52DF3A'
yellow: '#DFA43A'
blue: '#A43ADF'
magenta: '#DF3A75'
cyan: '#3AD29C'
white: '#FEFEFE'