You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
2.4 KiB

2 months ago
  1. /*
  2. Name: oceanic-next
  3. Author: Filype Pereira (https://github.com/fpereira1)
  4. Original oceanic-next color scheme by Dmitri Voronianski (https://github.com/voronianski/oceanic-next-color-scheme)
  5. */
  6. .cm-s-oceanic-next.CodeMirror { background: #304148; color: #f8f8f2; }
  7. .cm-s-oceanic-next div.CodeMirror-selected { background: rgba(101, 115, 126, 0.33); }
  8. .cm-s-oceanic-next .CodeMirror-line::selection, .cm-s-oceanic-next .CodeMirror-line > span::selection, .cm-s-oceanic-next .CodeMirror-line > span > span::selection { background: rgba(101, 115, 126, 0.33); }
  9. .cm-s-oceanic-next .CodeMirror-line::-moz-selection, .cm-s-oceanic-next .CodeMirror-line > span::-moz-selection, .cm-s-oceanic-next .CodeMirror-line > span > span::-moz-selection { background: rgba(101, 115, 126, 0.33); }
  10. .cm-s-oceanic-next .CodeMirror-gutters { background: #304148; border-right: 10px; }
  11. .cm-s-oceanic-next .CodeMirror-guttermarker { color: white; }
  12. .cm-s-oceanic-next .CodeMirror-guttermarker-subtle { color: #d0d0d0; }
  13. .cm-s-oceanic-next .CodeMirror-linenumber { color: #d0d0d0; }
  14. .cm-s-oceanic-next .CodeMirror-cursor { border-left: 1px solid #f8f8f0; }
  15. .cm-s-oceanic-next.cm-fat-cursor .CodeMirror-cursor { background-color: #a2a8a175 !important; }
  16. .cm-s-oceanic-next .cm-animate-fat-cursor { background-color: #a2a8a175 !important; }
  17. .cm-s-oceanic-next span.cm-comment { color: #65737E; }
  18. .cm-s-oceanic-next span.cm-atom { color: #C594C5; }
  19. .cm-s-oceanic-next span.cm-number { color: #F99157; }
  20. .cm-s-oceanic-next span.cm-property { color: #99C794; }
  21. .cm-s-oceanic-next span.cm-attribute,
  22. .cm-s-oceanic-next span.cm-keyword { color: #C594C5; }
  23. .cm-s-oceanic-next span.cm-builtin { color: #66d9ef; }
  24. .cm-s-oceanic-next span.cm-string { color: #99C794; }
  25. .cm-s-oceanic-next span.cm-variable,
  26. .cm-s-oceanic-next span.cm-variable-2,
  27. .cm-s-oceanic-next span.cm-variable-3 { color: #f8f8f2; }
  28. .cm-s-oceanic-next span.cm-def { color: #6699CC; }
  29. .cm-s-oceanic-next span.cm-bracket { color: #5FB3B3; }
  30. .cm-s-oceanic-next span.cm-tag { color: #C594C5; }
  31. .cm-s-oceanic-next span.cm-header { color: #C594C5; }
  32. .cm-s-oceanic-next span.cm-link { color: #C594C5; }
  33. .cm-s-oceanic-next span.cm-error { background: #C594C5; color: #f8f8f0; }
  34. .cm-s-oceanic-next .CodeMirror-activeline-background { background: rgba(101, 115, 126, 0.33); }
  35. .cm-s-oceanic-next .CodeMirror-matchingbracket {
  36. text-decoration: underline;
  37. color: white !important;
  38. }