Skip to content

Commit

Permalink
fix: more color
Browse files Browse the repository at this point in the history
  • Loading branch information
katopz committed Jan 1, 2025
1 parent cd11d35 commit c4c0b3c
Show file tree
Hide file tree
Showing 2 changed files with 706 additions and 32 deletions.
59 changes: 32 additions & 27 deletions theme/highlight.css
Original file line number Diff line number Diff line change
@@ -1,65 +1,70 @@
.hljs {
pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
.hljs {
code.hljs {
padding: 3px 5px;
}
/*
Monokai style - ported by Luigi Maselli - http://grigio.org
*/
.hljs {
background: #272822;
color: #ddd;
}
.hljs-tag,
.hljs-keyword,
.hljs-literal,
.hljs-name,
.hljs-selector-tag,
.hljs-literal,
.hljs-strong,
.hljs-tag {
.hljs-number,
.hljs-name {
color: #f92672;
}
.hljs-code {
color: #66d9ef;
}
.hljs-attribute,
.hljs-link,
.hljs-attr,
.hljs-symbol,
.hljs-regexp,
.hljs-symbol {
.hljs-link {
color: #bf79db;
}
.hljs-addition,
.hljs-built_in,
.hljs-string,
.hljs-bullet,
.hljs-emphasis,
.hljs-subst,
.hljs-title,
.hljs-section,
.hljs-emphasis,
.hljs-type,
.hljs-built_in,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-string,
.hljs-subst,
.hljs-addition,
.hljs-variable,
.hljs-template-tag,
.hljs-template-variable,
.hljs-title,
.hljs-type,
.hljs-variable {
.hljs-template-variable {
color: #a6e22e;
}
.hljs-class .hljs-title,
.hljs-title.class_ {
color: #fff;
.hljs-title.class_,
.hljs-class .hljs-title {
color: white;
}
.hljs-comment,
.hljs-quote,
.hljs-deletion,
.hljs-meta,
.hljs-quote {
.hljs-meta {
color: #75715e;
}
.hljs-doctag,
.hljs-keyword,
.hljs-literal,
.hljs-section,
.hljs-selector-id,
.hljs-selector-tag,
.hljs-literal,
.hljs-doctag,
.hljs-title,
.hljs-type {
font-weight: 700;
.hljs-section,
.hljs-type,
.hljs-selector-id {
font-weight: bold;
}
679 changes: 674 additions & 5 deletions theme/highlight.js

Large diffs are not rendered by default.

0 comments on commit c4c0b3c

Please sign in to comment.