.asciinema-theme-custom .asciinema-terminal {
  color: #4f4c3f;                    /* default text color */
  background-color: #f8f8f8;         /* terminal background color */
  border-color: #f8f8f8;
}
.asciinema-theme-custom .fg-bg {    /* inverse for default text color */
  color: #f8f8f8;
}
.asciinema-theme-custom .bg-fg {    /* inverse for terminal background color */
  background-color: #f8f8f2;
}
.asciinema-theme-custom .fg-0 {
  color: #4f4c3f;
}
.asciinema-theme-custom .bg-0 {
  background-color: #fbf1bc;
}
.asciinema-theme-custom .fg-1 {
  color: #140017;
}
.asciinema-theme-custom .bg-1 {
  background-color: #140017;
}
.asciinema-theme-custom .fg-2 {
  color: #0d791a;
}
.asciinema-theme-custom .bg-2 {
	background-color: #0d791a;
	text-decoration: underline;
}
.asciinema-theme-custom .fg-3 {
	color: #997600;
}
.asciinema-theme-custom .bg-3 {
	background-color: #997600;
	text-decoration: underline;
}

.asciinema-theme-custom .fg-4 {
	color: #1247d4;
}
.asciinema-theme-custom .bg-4 {
	background-color: #1247d4;
	text-decoration: underline;
}
.asciinema-theme-custom .fg-5 {
	color: #ad00ba;
}
.asciinema-theme-custom .bg-5 {
	background-color: #ad00ba;
	text-decoration: underline;
}
.asciinema-theme-custom .fg-6 {
	color: #00754e;
}
.asciinema-theme-custom .bg-6 {
	background-color: #00754e;
	text-decoration: underline;
}
.asciinema-theme-custom .fg-7 {
	color: #f8f8f8;
}
.asciinema-theme-custom .bg-7 {
	background-color: #f8f8f8;
	text-decoration: underline;
}
.asciinema-theme-custom .fg-8 {
	color: #f8f8f8;
}
.asciinema-theme-custom .bg-8 {
	background-color: #f8f8f8;
	text-decoration: underline;
}
.asciinema-theme-custom .fg-9 {
	color: #c900e8;
}
.asciinema-theme-custom .bg-9 {
	background-color: #c900e8;
	text-decoration: underline;
}
.asciinema-theme-custom .fg-10 {
	color: #0d791a;
}
.asciinema-theme-custom .bg-10 {
	background-color: #0d791a;
	text-decoration: underline;
}
.asciinema-theme-custom .fg-11 {
	color: #997600;
}
.asciinema-theme-custom .bg-11 {
	background-color: #997600;
	text-decoration: underline;
}
.asciinema-theme-custom .fg-12 {
	color: #1247d4;
}
.asciinema-theme-custom .bg-12 {
	background-color: #1247d4;
	text-decoration: underline;
}
.asciinema-theme-custom .fg-13 {
	color: #ad00ba;
}
.asciinema-theme-custom .bg-13 {
	background-color: #ad00ba;
	text-decoration: underline;
}
.asciinema-theme-custom .fg-14 {
	color: #00794e;
}
.asciinema-theme-custom .bg-14 {
	background-color: #00794e;
	text-decoration: underline;
}
.asciinema-theme-custom .fg-15 {
	color: #4f4c3f;
}
.asciinema-theme-custom .bg-15 {
	background-color: #4f4c3f;
	text-decoration: underline;
}
.asciinema-theme-custom .fg-8,
.asciinema-theme-custom .fg-9,
.asciinema-theme-custom .fg-10,
.asciinema-theme-custom .fg-11,
.asciinema-theme-custom .fg-12,
.asciinema-theme-custom .fg-13,
.asciinema-theme-custom .fg-14,
.asciinema-theme-custom .fg-15 {
  font-weight: bold;
}
