/* 萌包子自定义代码高亮主题：浅色底 + 高区分度配色（红/琥珀/紫/绿/蓝） */
.hljs { color: #24292e; background: transparent; }

/* 关键字 / 控制流：红 */
.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-variable.language_ {
  color: #d73a49;
}

/* 函数名 / 类名 / 标题：紫（与红、橙区分） */
.hljs-title,
.hljs-title.class_,
.hljs-title.class_.inherited__,
.hljs-title.function_ {
  color: #6f42c1;
}

/* 数字 / 属性 / 运算符：琥珀橙（与红明显不同） */
.hljs-attr,
.hljs-attribute,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-operator,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id {
  color: #e69500;
}

/* 字符串 / 正则：绿 */
.hljs-string,
.hljs-regexp,
.hljs-addition {
  color: #22863a;
}

/* 内建函数 / 符号：蓝 */
.hljs-built_in,
.hljs-symbol,
.hljs-bullet {
  color: #005cc5;
}

/* 注释：灰斜体 */
.hljs-comment,
.hljs-quote {
  color: #6a737d;
  font-style: italic;
}

/* 段 / 名称：绿 */
.hljs-section,
.hljs-name {
  color: #22863a;
}

.hljs-deletion {
  color: #b31d28;
  background-color: #ffeef0;
}
.hljs-variable {
  color: #24292e;
}
.hljs-subst {
  color: #24292e;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: 600;
}
