GPQAPP
1/*
2
3Name: Bespin
4Author: Mozilla / Jan T. Sott
5
6CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
7Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
8
9*/
10
11.cm-s-bespin.CodeMirror {background: #28211c; color: #9d9b97;}12.cm-s-bespin div.CodeMirror-selected {background: #36312e !important;}13.cm-s-bespin .CodeMirror-gutters {background: #28211c; border-right: 0px;}14.cm-s-bespin .CodeMirror-linenumber {color: #666666;}15.cm-s-bespin .CodeMirror-cursor {border-left: 1px solid #797977 !important;}16
17.cm-s-bespin span.cm-comment {color: #937121;}18.cm-s-bespin span.cm-atom {color: #9b859d;}19.cm-s-bespin span.cm-number {color: #9b859d;}20
21.cm-s-bespin span.cm-property, .cm-s-bespin span.cm-attribute {color: #54be0d;}22.cm-s-bespin span.cm-keyword {color: #cf6a4c;}23.cm-s-bespin span.cm-string {color: #f9ee98;}24
25.cm-s-bespin span.cm-variable {color: #54be0d;}26.cm-s-bespin span.cm-variable-2 {color: #5ea6ea;}27.cm-s-bespin span.cm-def {color: #cf7d34;}28.cm-s-bespin span.cm-error {background: #cf6a4c; color: #797977;}29.cm-s-bespin span.cm-bracket {color: #9d9b97;}30.cm-s-bespin span.cm-tag {color: #cf6a4c;}31.cm-s-bespin span.cm-link {color: #9b859d;}32
33.cm-s-bespin .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}34.cm-s-bespin .CodeMirror-activeline-background { background: #404040; }35