Skip to content

Instantly share code, notes, and snippets.

@jhilker98
Created June 1, 2020 17:52
Show Gist options
  • Select an option

  • Save jhilker98/6d317f144a4216c4fc81e92c7a6c2b25 to your computer and use it in GitHub Desktop.

Select an option

Save jhilker98/6d317f144a4216c4fc81e92c7a6c2b25 to your computer and use it in GitHub Desktop.
alacritty can't do italics or bold
font:
normal:
family: Iosevka Medium
style: Regular
italic:
family: Iosevka Medium
style: Italic
bold:
family: Iosevka Medium
style: Bold
# Opacity
background_opacity: 0.8
#colors:
# primary:
# background: "#0c0807"
# foreground: "#dcdad3"
# cursor: "#dcdad3"
# normal:
# black: "#0c0807"
# red: "#AB1817"
# green: "#8B745D"
# yellow: "#9D8A71"
# blue: "#5064A3"
# magenta: "#ABA59A"
# cyan: "#C3BBAC"
# white: "#dcdad3"
# BEGIN ACE
colors:
primary:
background: '0x0c0807'
foreground: '0xdcdad3'
cursor:
text: '0x0c0807'
cursor: '0xdcdad3'
normal:
black: '0x0c0807'
red: '0xAB1817'
green: '0x8B745D'
yellow: '0x9D8A71'
blue: '0x5064A3'
magenta: '0xABA59A'
cyan: '0xC3BBAC'
white: '0xdcdad3'
bright:
black: '0x9a9893'
red: '0xAB1817'
green: '0x8B745D'
yellow: '0x9D8A71'
blue: '0x5064A3'
magenta: '0xABA59A'
cyan: '0xC3BBAC'
white: '0xdcdad3'
# END ACE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment