Files
dots/.config/alacritty/alacritty.yml
2021-12-06 10:04:12 +02:00

47 lines
714 B
YAML

# monokai colors
colors:
primary:
background: "0x1c1c1c"
foreground: "0xe2e2e3"
normal:
black: "0x555555"
red: "0xfc5d7c"
green: "0x9ed072"
yellow: "0xe7c664"
blue: "0x6a7ec8"
magenta: "0xb39df3"
cyan: "0x76cce0"
white: "0xe2e2e3"
bright:
black: "0x666666"
red: "0xfc5d7c"
green: "0x9ed072"
yellow: "0xe7c664"
blue: "0x6a7ec8"
magenta: "0xb39df3"
cyan: "0x66d9ef"
white: "0xe2e2e3"
font:
normal:
family: mononoki
style: Regular
bold:
family: mononoki
style: Bold
italic:
family: mononoki
style: Italic
bold_italic:
family: mononoki
style: Bold Italic
size: 15.0
background_opacity: 0.8