Path: blob/master/docs/scripts/highlight/styles/hopscotch.css
1214 views
/*1* Hopscotch2* by Jan T. Sott3* https://github.com/idleberg/Hopscotch4*5* This work is licensed under the Creative Commons CC0 1.0 Universal License6*/78/* Comment */9.hljs-comment,10.hljs-quote {11color: #989498;12}1314/* Red */15.hljs-variable,16.hljs-template-variable,17.hljs-attribute,18.hljs-tag,19.hljs-name,20.hljs-selector-id,21.hljs-selector-class,22.hljs-regexp,23.hljs-link,24.hljs-deletion {25color: #dd464c;26}2728/* Orange */29.hljs-number,30.hljs-built_in,31.hljs-builtin-name,32.hljs-literal,33.hljs-type,34.hljs-params {35color: #fd8b19;36}3738/* Yellow */39.hljs-class .hljs-title {40color: #fdcc59;41}4243/* Green */44.hljs-string,45.hljs-symbol,46.hljs-bullet,47.hljs-addition {48color: #8fc13e;49}5051/* Aqua */52.hljs-meta {53color: #149b93;54}5556/* Blue */57.hljs-function,58.hljs-section,59.hljs-title {60color: #1290bf;61}6263/* Purple */64.hljs-keyword,65.hljs-selector-tag {66color: #c85e7c;67}6869.hljs {70display: block;71background: #322931;72color: #b9b5b8;73padding: 0.5em;74}7576.hljs-emphasis {77font-style: italic;78}7980.hljs-strong {81font-weight: bold;82}838485