1/*
2
3    Name:       Hopscotch
4    Author:     Jan T. Sott
5
6    CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
7    Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
8
9*/
10
11.cm-s-hopscotch.CodeMirror {background: #322931; color: #d5d3d5;}
12.cm-s-hopscotch div.CodeMirror-selected {background: #433b42 !important;}
13.cm-s-hopscotch .CodeMirror-gutters {background: #322931; border-right: 0px;}
14.cm-s-hopscotch .CodeMirror-linenumber {color: #797379;}
15.cm-s-hopscotch .CodeMirror-cursor {border-left: 1px solid #989498 !important;}
16
17.cm-s-hopscotch span.cm-comment {color: #b33508;}
18.cm-s-hopscotch span.cm-atom {color: #c85e7c;}
19.cm-s-hopscotch span.cm-number {color: #c85e7c;}
20
21.cm-s-hopscotch span.cm-property, .cm-s-hopscotch span.cm-attribute {color: #8fc13e;}
22.cm-s-hopscotch span.cm-keyword {color: #dd464c;}
23.cm-s-hopscotch span.cm-string {color: #fdcc59;}
24
25.cm-s-hopscotch span.cm-variable {color: #8fc13e;}
26.cm-s-hopscotch span.cm-variable-2 {color: #1290bf;}
27.cm-s-hopscotch span.cm-def {color: #fd8b19;}
28.cm-s-hopscotch span.cm-error {background: #dd464c; color: #989498;}
29.cm-s-hopscotch span.cm-bracket {color: #d5d3d5;}
30.cm-s-hopscotch span.cm-tag {color: #dd464c;}
31.cm-s-hopscotch span.cm-link {color: #c85e7c;}
32
33.cm-s-hopscotch .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}
34.cm-s-hopscotch .CodeMirror-activeline-background { background: #302020; }
35