.dotfiles/alacritty/ubuntu.yml

58 lines
1010 B
YAML
Raw Normal View History

2023-03-13 19:22:20 +00:00
import:
- /var/home/jpm/.dotfiles/alacritty/alacritty.yml
shell:
program: /usr/bin/distrobox
args:
- enter
- ubuntu
window:
title: Alacritty - Ubuntu (Distrobox)
class:
instance: Alacritty-ubuntu
font:
size: 12.0
normal:
family: "UbuntuMono Nerd Font"
2023-03-13 19:22:20 +00:00
style: Regular
bold:
family: "UbuntuMono Nerd Font"
2023-03-13 19:22:20 +00:00
style: Bold
italic:
family: "UbuntuMono Nerd Font"
2023-03-13 19:22:20 +00:00
style: Light
bold_italic:
family: "UbuntuMono Nerd Font"
2023-03-13 19:22:20 +00:00
style: SemiBold
colors:
primary:
2023-04-10 01:13:05 +00:00
background: '#300A24'
2023-03-13 19:22:20 +00:00
foreground: '#FEFEFE'
normal:
black: '#2F3338'
red: '#CD0100'
green: '#4D9906'
yellow: '#c9A000'
blue: '#3364A4'
magenta: '#744F7A'
cyan: '#059799'
white: '#D3D8CE'
bright:
black: '#555654'
red: '#EF2828'
green: '#89E334'
yellow: '#FDEB4F'
blue: '#759DD0'
magenta: '#AD80A7'
cyan: '#32E5E5'
white: '#EFEEEC'