.theme-listing {
  --brand: #b84b0c;
  --nav: #e16b1e;
  --accent: #267542;
  background: #fff9da;
  border: 2px solid #d5912a;
}

.theme-listing .site-masthead {
  min-height: 88px;
  background: repeating-linear-gradient(90deg, #fff7c7 0, #fff7c7 18px, #fff3b5 18px, #fff3b5 36px);
}

.theme-listing .site-body {
  background: #fffef1;
}

.theme-listing .page-title {
  padding: 8px 10px;
  background: #fff1b0;
  border: 1px dashed #c47a1a;
}

.theme-listing .catalog-card {
  border-style: dashed;
}
