colors-nqq.css 1.7 KB

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * pywal theme template for notepadqq by threadreaper
  3. * https://github.com/threadreaper
  4. */
  5. .cm-s-nqqwal .CodeMirror-gutters { background: #111b25 !important; }
  6. .cm-s-nqqwal .CodeMirror-foldgutter-open, .CodeMirror-foldgutter-folded { color: #b5c7d7; }
  7. .cm-s-nqqwal .CodeMirror-cursor { border-left: 1px solid #b5c7d7; background-color: rgba(123,158,192,0.4)}
  8. .cm-s-nqqwal { background-color: #111b25; color: #b5c7d7; }
  9. .cm-s-nqqwal span.cm-builtin { color: #396E9E; font-weight: bold; }
  10. .cm-s-nqqwal span.cm-comment { color: #7e8b96; }
  11. .cm-s-nqqwal span.cm-keyword { color: #49749E; font-weight: bold; }
  12. .cm-s-nqqwal span.cm-atom { color: #658CB2; }
  13. .cm-s-nqqwal span.cm-def { color: #769ABC; }
  14. .cm-s-nqqwal span.cm-variable { color: #7B9EC0; }
  15. .cm-s-nqqwal span.cm-variable-2 { color: #769ABC; }
  16. .cm-s-nqqwal span.cm-string { color: #396E9E; }
  17. .cm-s-nqqwal span.cm-string-2 { color: #396E9E; }
  18. .cm-s-nqqwal span.cm-number { color: #769ABC; }
  19. .cm-s-nqqwal span.cm-tag { color: #49749E; }
  20. .cm-s-nqqwal span.cm-property { color: #7B9EC0; }
  21. .cm-s-nqqwal span.cm-attribute { color: #7B9EC0; }
  22. .cm-s-nqqwal span.cm-qualifier { color: #658CB2; }
  23. .cm-s-nqqwal span.cm-meta { color: #769ABC; }
  24. .cm-s-nqqwal span.cm-header { color: #49749E; }
  25. .cm-s-nqqwal span.cm-operator { color: #49749E; }
  26. .cm-s-nqqwal span.CodeMirror-matchingbracket { box-sizing: border-box; background: transparent; border-bottom: 1px solid; }
  27. .cm-s-nqqwal span.CodeMirror-nonmatchingbracket { border-bottom: 1px solid; background: none; }
  28. .cm-s-nqqwal .CodeMirror-activeline-background { background: rgba(118,154,188,0.4); }
  29. .cm-s-nqqwal div.CodeMirror-selected { background: #49749E; }
  30. .cm-s-nqqwal .CodeMirror-focused div.CodeMirror-selected { background: #111b25); }