|
| 1 | +/*! |
| 2 | + Theme: GitHub |
| 3 | + Description: Light theme as seen on github.com |
| 4 | + Author: github.com |
| 5 | + Maintainer: @Hirse |
| 6 | + Updated: 2021-05-15 |
| 7 | +
|
| 8 | + Outdated base version: https://github.com/primer/github-syntax-light |
| 9 | + Current colors taken from GitHub's CSS |
| 10 | +*/ |
| 11 | +.hljs { |
| 12 | + color: #24292e; |
| 13 | +} |
| 14 | + |
| 15 | +.hljs-doctag, .hljs-keyword, .hljs-meta .hljs-keyword, .hljs-template-tag, .hljs-template-variable, .hljs-type, .hljs-variable.language_ { |
| 16 | + color: #d73a49; |
| 17 | +} |
| 18 | + |
| 19 | +.hljs-title, .hljs-title.class_, .hljs-title.class_.inherited__, .hljs-title.function_ { |
| 20 | + color: #6f42c1; |
| 21 | +} |
| 22 | + |
| 23 | +.hljs-attr, .hljs-attribute, .hljs-literal, .hljs-meta, .hljs-number, .hljs-operator, .hljs-selector-attr, .hljs-selector-class, .hljs-selector-id, .hljs-variable { |
| 24 | + color: #005cc5; |
| 25 | +} |
| 26 | + |
| 27 | +.hljs-meta .hljs-string, .hljs-regexp, .hljs-string { |
| 28 | + color: #032f62; |
| 29 | +} |
| 30 | + |
| 31 | +.hljs-built_in, .hljs-symbol { |
| 32 | + color: #e36209; |
| 33 | +} |
| 34 | + |
| 35 | +.hljs-code, .hljs-comment, .hljs-formula { |
| 36 | + color: #6a737d; |
| 37 | +} |
| 38 | + |
| 39 | +.hljs-name, .hljs-quote, .hljs-selector-pseudo, .hljs-selector-tag { |
| 40 | + color: #22863a; |
| 41 | +} |
| 42 | + |
| 43 | +.hljs-subst { |
| 44 | + color: #24292e; |
| 45 | +} |
| 46 | + |
| 47 | +.hljs-section { |
| 48 | + color: #005cc5; |
| 49 | + font-weight: 700; |
| 50 | +} |
| 51 | + |
| 52 | +.hljs-bullet { |
| 53 | + color: #735c0f; |
| 54 | +} |
| 55 | + |
| 56 | +.hljs-emphasis { |
| 57 | + color: #24292e; |
| 58 | + font-style: italic |
| 59 | +} |
| 60 | + |
| 61 | +.hljs-strong { |
| 62 | + color: #24292e; |
| 63 | + font-weight: 700; |
| 64 | +} |
| 65 | + |
| 66 | +.hljs-addition { |
| 67 | + color: #22863a; |
| 68 | + background-color: #f0fff4; |
| 69 | +} |
| 70 | + |
| 71 | +.hljs-deletion { |
| 72 | + color: #b31d28; |
| 73 | + background-color: #ffeef0; |
| 74 | +} |
| 75 | + |
| 76 | +/*! |
| 77 | + Theme: GitHub Dark |
| 78 | + Description: Dark theme as seen on github.com |
| 79 | + Author: github.com |
| 80 | + Maintainer: @Hirse |
| 81 | + Updated: 2021-05-15 |
| 82 | +
|
| 83 | + Outdated base version: https://github.com/primer/github-syntax-dark |
| 84 | + Current colors taken from GitHub's CSS |
| 85 | +*/ |
| 86 | +.dark { |
| 87 | + .hljs { |
| 88 | + color: #c9d1d9; |
| 89 | + } |
| 90 | + |
| 91 | + .hljs-doctag, .hljs-keyword, .hljs-meta .hljs-keyword, .hljs-template-tag, .hljs-template-variable, .hljs-type, .hljs-variable.language_ { |
| 92 | + color: #ff7b72; |
| 93 | + } |
| 94 | + |
| 95 | + .hljs-title, .hljs-title.class_, .hljs-title.class_.inherited__, .hljs-title.function_ { |
| 96 | + color: #d2a8ff; |
| 97 | + } |
| 98 | + |
| 99 | + .hljs-attr, .hljs-attribute, .hljs-literal, .hljs-meta, .hljs-number, .hljs-operator, .hljs-selector-attr, .hljs-selector-class, .hljs-selector-id, .hljs-variable { |
| 100 | + color: #79c0ff; |
| 101 | + } |
| 102 | + |
| 103 | + .hljs-meta .hljs-string, .hljs-regexp, .hljs-string { |
| 104 | + color: #a5d6ff; |
| 105 | + } |
| 106 | + |
| 107 | + .hljs-built_in, .hljs-symbol { |
| 108 | + color: #ffa657; |
| 109 | + } |
| 110 | + |
| 111 | + .hljs-code, .hljs-comment, .hljs-formula { |
| 112 | + color: #8b949e; |
| 113 | + } |
| 114 | + |
| 115 | + .hljs-name, .hljs-quote, .hljs-selector-pseudo, .hljs-selector-tag { |
| 116 | + color: #7ee787; |
| 117 | + } |
| 118 | + |
| 119 | + .hljs-subst { |
| 120 | + color: #c9d1d9; |
| 121 | + } |
| 122 | + |
| 123 | + .hljs-section { |
| 124 | + color: #1f6feb; |
| 125 | + font-weight: 700; |
| 126 | + } |
| 127 | + |
| 128 | + .hljs-bullet { |
| 129 | + color: #f2cc60; |
| 130 | + } |
| 131 | + |
| 132 | + .hljs-emphasis { |
| 133 | + color: #c9d1d9; |
| 134 | + font-style: italic; |
| 135 | + } |
| 136 | + |
| 137 | + .hljs-strong { |
| 138 | + color: #c9d1d9; |
| 139 | + font-weight: 700; |
| 140 | + } |
| 141 | + |
| 142 | + .hljs-addition { |
| 143 | + color: #aff5b4; |
| 144 | + background-color: #033a16; |
| 145 | + } |
| 146 | + |
| 147 | + .hljs-deletion { |
| 148 | + color: #ffdcd7; |
| 149 | + background-color: #67060c; |
| 150 | + } |
| 151 | +} |
0 commit comments