Mercurial
view third_party/highlight/styles/qtcreator-dark.css @ 204:e5aed6c36672
[Notes] Added icons and updated styling a bit. Probalby usable now.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 15 Feb 2026 11:02:13 -0800 |
| parents | 2db6253f355d |
| children |
line wrap: on
line source
pre code.hljs { display: block; overflow-x: auto; padding: 1em } code.hljs { padding: 3px 5px } /* Qt Creator dark color scheme */ .hljs { color: #aaaaaa; background: #000000 } .hljs-strong, .hljs-emphasis { color: #a8a8a2 } .hljs-bullet, .hljs-quote, .hljs-number, .hljs-regexp, .hljs-literal { color: #ff55ff } .hljs-code .hljs-selector-class { color: #aaaaff } .hljs-emphasis, .hljs-stronge, .hljs-type { font-style: italic } .hljs-keyword, .hljs-selector-tag, .hljs-function, .hljs-section, .hljs-symbol, .hljs-name { color: #ffff55 } .hljs-subst, .hljs-tag, .hljs-title { color: #aaaaaa } .hljs-attribute { color: #ff5555 } .hljs-variable, .hljs-params, .hljs-title.class_, .hljs-class .hljs-title { color: #8888ff } .hljs-string, .hljs-selector-id, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-type, .hljs-built_in, .hljs-template-tag, .hljs-template-variable, .hljs-addition, .hljs-link { color: #ff55ff } .hljs-comment, .hljs-meta, .hljs-deletion { color: #55ffff }