Files
argon-theme/assets/vendor/highlight/styles/intellij-light.css
nanhaoluo 31d8fde308 feat: Argon WordPress主题完整版本
- 基于Argon主题的WordPress博客主题
- 支持响应式设计和暗色模式
- 包含完整的文章管理和评论系统
- 集成友情链接管理功能
- 支持多种自定义设置选项
- 优化的用户界面和交互体验
2026-01-11 19:48:02 +08:00

120 lines
1.4 KiB
CSS

/*
Intellij-light style (c) Pegasis <me@pegasis.site>
*/
.hljs {
color: #000;
background: #fff;
}
.hljs-subst,
.hljs-title {
font-weight: normal;
color: #000;
}
.hljs-title.function_ {
color: #7A7A43;
}
.hljs-code,
.hljs-comment,
.hljs-quote {
color: #8C8C8C;
font-style: italic;
}
.hljs-meta {
color: #9E880D;
}
.hljs-section {
color: #871094;
}
.hljs-variable.language_,
.hljs-symbol,
.hljs-selector-class,
.hljs-selector-id,
.hljs-selector-tag,
.hljs-template-tag,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-literal,
.hljs-name,
.hljs-built_in,
.hljs-type {
color: #0033B3;
}
.hljs-property,
.hljs-attr {
color: #871094;
}
.hljs-attribute {
color: #174AD4;
}
.hljs-number {
color: #1750EB;
}
.hljs-regexp {
color: #264EFF;
}
.hljs-link {
text-decoration: underline;
color: #006DCC;
}
.hljs-meta .hljs-string,
.hljs-string {
color: #067D17;
}
.hljs-char.escape_ {
color: #0037A6;
}
.hljs-doctag {
text-decoration: underline;
}
.hljs-template-variable {
color: #248F8F;
}
.hljs-addition {
background: #BEE6BE;
}
.hljs-deletion {
background: #D6D6D6;
}
.hljs-emphasis {
font-style: italic;
}
.hljs-strong {
font-weight: bold;
}
.hljs-variable,
.hljs-operator,
.hljs-punctuation,
.hljs-title.class_.inherited__,
.hljs-title.class_,
.hljs-params,
.hljs-bullet,
.hljs-formula,
.hljs-tag {
/* purposely ignored */
}