- 1
- 2 Highlight.js theme: GitHub Dark
- 3 File: includes/Highlight/styles/github-dark.css
- 4*/
- 5
- 6
- 7.hljs-comment,
- 8.hljs-quote
- 9{
- 10 color: #008000;
- 11}
- 12
- 13
- 14.hljs-variable,
- 15.hljs-template-variable,
- 16.hljs-tag,
- 17.hljs-name,
- 18.hljs-selector-id,
- 19.hljs-selector-class,
- 20.hljs-regexp,
- 21.hljs-deletion
- 22{
- 23 color: #EB3C54;
- 24}
- 25
- 26
- 27.hljs-number,
- 28.hljs-built_in,
- 29.hljs-builtin-name,
- 30.hljs-literal,
- 31.hljs-type,
- 32.hljs-params,
- 33.hljs-meta,
- 34.hljs-link
- 35{
- 36 color: #E7CE56;
- 37}
- 38
- 39
- 40.hljs-attribute
- 41{
- 42 color: #EE7C2B;
- 43}
- 44
- 45
- 46.hljs-string,
- 47.hljs-symbol,
- 48.hljs-bullet,
- 49.hljs-addition
- 50{
- 51 color: #4FB4D7;
- 52}
- 53
- 54
- 55.hljs-title,
- 56.hljs-section
- 57{
- 58 color: #78BB65;
- 59}
- 60
- 61
- 62.hljs-keyword,
- 63.hljs-selector-tag
- 64{
- 65 color: #B45EA4;
- 66}
- 67
- 68
- 69.hljs
- 70 display: block;
- 71 overflow-x: auto;
- 72 background: #0d1017;
- 73 color: #c9d1d9;
- 74 padding: 0.5em;
- 75}
- 76
- 77.hljs-emphasis
- 78{
- 79 font-style: italic;
- 80}
- 81
- 82.hljs-strong
- 83{
- 84 font-weight: bold;
- 85}