Path: blob/master/docs/scripts/highlight/styles/far.css
1214 views
/*12FAR Style (c) MajestiC <[email protected]>34*/56.hljs {7display: block;8overflow-x: auto;9padding: 0.5em;10background: #000080;11}1213.hljs,14.hljs-subst {15color: #0ff;16}1718.hljs-string,19.hljs-attribute,20.hljs-symbol,21.hljs-bullet,22.hljs-built_in,23.hljs-builtin-name,24.hljs-template-tag,25.hljs-template-variable,26.hljs-addition {27color: #ff0;28}2930.hljs-keyword,31.hljs-selector-tag,32.hljs-section,33.hljs-type,34.hljs-name,35.hljs-selector-id,36.hljs-selector-class,37.hljs-variable {38color: #fff;39}4041.hljs-comment,42.hljs-quote,43.hljs-doctag,44.hljs-deletion {45color: #888;46}4748.hljs-number,49.hljs-regexp,50.hljs-literal,51.hljs-link {52color: #0f0;53}5455.hljs-meta {56color: #008080;57}5859.hljs-keyword,60.hljs-selector-tag,61.hljs-title,62.hljs-section,63.hljs-name,64.hljs-strong {65font-weight: bold;66}6768.hljs-emphasis {69font-style: italic;70}717273