Path: blob/main/src/resources/formats/revealjs/reveal/plugin/highlight/zenburn.css
12923 views
/*12Zenburn style from voldmar.ru (c) Vladimir Epifanov <[email protected]>3based on dark.css by Ivan Sagalaev45*/67.hljs {8display: block;9overflow-x: auto;10padding: 0.5em;11background: #3f3f3f;12color: #dcdcdc;13}1415.hljs-keyword,16.hljs-selector-tag,17.hljs-tag {18color: #e3ceab;19}2021.hljs-template-tag {22color: #dcdcdc;23}2425.hljs-number {26color: #8cd0d3;27}2829.hljs-variable,30.hljs-template-variable,31.hljs-attribute {32color: #efdcbc;33}3435.hljs-literal {36color: #efefaf;37}3839.hljs-subst {40color: #8f8f8f;41}4243.hljs-title,44.hljs-name,45.hljs-selector-id,46.hljs-selector-class,47.hljs-section,48.hljs-type {49color: #efef8f;50}5152.hljs-symbol,53.hljs-bullet,54.hljs-link {55color: #dca3a3;56}5758.hljs-deletion,59.hljs-string,60.hljs-built_in,61.hljs-builtin-name {62color: #cc9393;63}6465.hljs-addition,66.hljs-comment,67.hljs-quote,68.hljs-meta {69color: #7f9f7f;70}717273.hljs-emphasis {74font-style: italic;75}7677.hljs-strong {78font-weight: bold;79}808182