Files
mixly3/common/wiki/amWiki/css/vs.css
2024-07-19 10:16:00 +08:00

66 lines
902 B
CSS

/*
Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
*/
.hljs {
background: white !important;
color: black !important;
}
.hljs-comment,
.hljs-quote,
.hljs-variable {
color: #008000 !important;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-built_in,
.hljs-name,
.hljs-tag {
color: #00f !important;
}
.hljs-string,
.hljs-title,
.hljs-section,
.hljs-attribute,
.hljs-literal,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-addition {
color: #a31515 !important;
}
.hljs-deletion,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-meta {
color: #2b91af !important;
}
.hljs-doctag {
color: #808080 !important;
}
.hljs-attr {
color: #f00 !important;
}
.hljs-symbol,
.hljs-bullet,
.hljs-link {
color: #00b0e8 !important;
}
.hljs-emphasis {
font-style: italic !important;
}
.hljs-strong {
font-weight: bold !important;
}