1234567891011121314151617181920212223242526272829303132 |
- /*
- * pywal theme template for notepadqq by threadreaper
- * https://github.com/threadreaper
- */
- .cm-s-nqqwal .CodeMirror-gutters { background: #111b25 !important; }
- .cm-s-nqqwal .CodeMirror-foldgutter-open, .CodeMirror-foldgutter-folded { color: #b5c7d7; }
- .cm-s-nqqwal .CodeMirror-cursor { border-left: 1px solid #b5c7d7; background-color: rgba(123,158,192,0.4)}
- .cm-s-nqqwal { background-color: #111b25; color: #b5c7d7; }
- .cm-s-nqqwal span.cm-builtin { color: #396E9E; font-weight: bold; }
- .cm-s-nqqwal span.cm-comment { color: #7e8b96; }
- .cm-s-nqqwal span.cm-keyword { color: #49749E; font-weight: bold; }
- .cm-s-nqqwal span.cm-atom { color: #658CB2; }
- .cm-s-nqqwal span.cm-def { color: #769ABC; }
- .cm-s-nqqwal span.cm-variable { color: #7B9EC0; }
- .cm-s-nqqwal span.cm-variable-2 { color: #769ABC; }
- .cm-s-nqqwal span.cm-string { color: #396E9E; }
- .cm-s-nqqwal span.cm-string-2 { color: #396E9E; }
- .cm-s-nqqwal span.cm-number { color: #769ABC; }
- .cm-s-nqqwal span.cm-tag { color: #49749E; }
- .cm-s-nqqwal span.cm-property { color: #7B9EC0; }
- .cm-s-nqqwal span.cm-attribute { color: #7B9EC0; }
- .cm-s-nqqwal span.cm-qualifier { color: #658CB2; }
- .cm-s-nqqwal span.cm-meta { color: #769ABC; }
- .cm-s-nqqwal span.cm-header { color: #49749E; }
- .cm-s-nqqwal span.cm-operator { color: #49749E; }
- .cm-s-nqqwal span.CodeMirror-matchingbracket { box-sizing: border-box; background: transparent; border-bottom: 1px solid; }
- .cm-s-nqqwal span.CodeMirror-nonmatchingbracket { border-bottom: 1px solid; background: none; }
- .cm-s-nqqwal .CodeMirror-activeline-background { background: rgba(118,154,188,0.4); }
- .cm-s-nqqwal div.CodeMirror-selected { background: #49749E; }
- .cm-s-nqqwal .CodeMirror-focused div.CodeMirror-selected { background: #111b25); }
|