/* Motyw highlight.js dopasowany do cieplego, ciemnego tla blokow kodu (#2b2118). */

.hljs { color: #f3e7d3; background: transparent; }

.hljs-comment,
.hljs-quote { color: #b09a7c; font-style: italic; }

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-name { color: #ff9d6e; }

.hljs-string,
.hljs-meta .hljs-string,
.hljs-regexp { color: #8fd6a0; }

.hljs-number,
.hljs-bullet,
.hljs-symbol { color: #ffce6a; }

.hljs-attr,
.hljs-attribute,
.hljs-property,
.hljs-variable,
.hljs-template-variable { color: #7fd6e8; }

.hljs-built_in,
.hljs-builtin-name,
.hljs-type,
.hljs-class .hljs-title,
.hljs-title.class_ { color: #ffb43d; }

.hljs-function .hljs-title,
.hljs-title.function_ { color: #ffd29a; }

.hljs-tag { color: #b09a7c; }
.hljs-meta { color: #c0a988; }

.hljs-emphasis { font-style: italic; }
.hljs-strong { font-weight: 700; }

.hljs-section,
.hljs-title { color: #ffb43d; }

.hljs-deletion { color: #ff8a73; }
.hljs-addition { color: #8fd6a0; }
