Path: blob/master/docs/scripts/highlight/styles/hybrid.css
1214 views
/*12vim-hybrid theme by w0ng (https://github.com/w0ng/vim-hybrid)34*/56/*background color*/7.hljs {8display: block;9overflow-x: auto;10padding: 0.5em;11background: #1d1f21;12}1314/*selection color*/15.hljs::selection,16.hljs span::selection {17background: #373b41;18}1920.hljs::-moz-selection,21.hljs span::-moz-selection {22background: #373b41;23}2425/*foreground color*/26.hljs {27color: #c5c8c6;28}2930/*color: fg_yellow*/31.hljs-title,32.hljs-name {33color: #f0c674;34}3536/*color: fg_comment*/37.hljs-comment,38.hljs-meta,39.hljs-meta .hljs-keyword {40color: #707880;41}4243/*color: fg_red*/44.hljs-number,45.hljs-symbol,46.hljs-literal,47.hljs-deletion,48.hljs-link {49color: #cc666650}5152/*color: fg_green*/53.hljs-string,54.hljs-doctag,55.hljs-addition,56.hljs-regexp,57.hljs-selector-attr,58.hljs-selector-pseudo {59color: #b5bd68;60}6162/*color: fg_purple*/63.hljs-attribute,64.hljs-code,65.hljs-selector-id {66color: #b294bb;67}6869/*color: fg_blue*/70.hljs-keyword,71.hljs-selector-tag,72.hljs-bullet,73.hljs-tag {74color: #81a2be;75}7677/*color: fg_aqua*/78.hljs-subst,79.hljs-variable,80.hljs-template-tag,81.hljs-template-variable {82color: #8abeb7;83}8485/*color: fg_orange*/86.hljs-type,87.hljs-built_in,88.hljs-builtin-name,89.hljs-quote,90.hljs-section,91.hljs-selector-class {92color: #de935f;93}9495.hljs-emphasis {96font-style: italic;97}9899.hljs-strong {100font-weight: bold;101}102103104