WizardKit/setup/linux/profile/airootfs/etc/skel/.config/alacritty/alacritty.yml
2Shirt c235926930
Remove Linux Minimal build
- Merge archiso profiles
- Merge package lists
- Merge full/minimal sections in build_linux
- Remove minimal boot entries
- Remove minimal from build-ufd config and scripts
- Update Linux README.md

Addresses #207
2022-12-17 23:07:35 -08:00

34 lines
577 B
YAML

env:
TERM: xterm-256color
font:
normal:
family: Hack
size: 9.0
colors:
primary:
background: '#000000'
foreground: '#d0d0d0'
normal:
black: '#000000'
red: '#ff0000'
green: '#33ff00'
yellow: '#ffd000'
blue: '#0066ff'
magenta: '#cc00ff'
cyan: '#00ffff'
white: '#d0d0d0'
bright:
black: '#808080'
red: '#ff9900'
green: '#404040'
yellow: '#606060'
blue: '#c0c0c0'
magenta: '#e0e0e0'
cyan: '#3300ff'
white: '#ffffff'
background_opacity: 0.9