Path: blob/master/src/packages/cdn/cm-custom-theme/cocalc-light.css
2210 views
/*1* This file is part of CoCalc: Copyright © 2025 Sagemath, Inc.2* License: MS-RSL – see LICENSE.md for details3*4* CoCalc Light theme for CodeMirror5* Based on CoCalc's light color scheme with strong contrast6*/78.cm-s-cocalc-light.CodeMirror {9background: #fbfbfb;10color: #1a3a6b;11}1213.cm-s-cocalc-light div.CodeMirror-selected {14background: #d9e8f5;15}1617.cm-s-cocalc-light .CodeMirror-line::selection,18.cm-s-cocalc-light .CodeMirror-line > span::selection,19.cm-s-cocalc-light .CodeMirror-line > span > span::selection {20background: #d9e8f5;21}2223.cm-s-cocalc-light .CodeMirror-line::-moz-selection,24.cm-s-cocalc-light .CodeMirror-line > span::-moz-selection,25.cm-s-cocalc-light .CodeMirror-line > span > span::-moz-selection {26background: #d9e8f5;27}2829.cm-s-cocalc-light .CodeMirror-gutters {30background: #fbfbfb;31border-right: 1px solid #e0e0e0;32}3334.cm-s-cocalc-light .CodeMirror-guttermarker {35color: #c41c08;36}3738.cm-s-cocalc-light .CodeMirror-guttermarker-subtle {39color: #b0b0b0;40}4142.cm-s-cocalc-light .CodeMirror-linenumber {43color: #999999;44}4546.cm-s-cocalc-light .CodeMirror-cursor {47border-left: 1px solid #1a3a6b;48}4950.cm-s-cocalc-light span.cm-comment {51color: #7a7a7a;52font-style: italic;53}5455.cm-s-cocalc-light span.cm-atom {56color: #e65100;57}5859.cm-s-cocalc-light span.cm-number {60color: #e65100;61}6263.cm-s-cocalc-light span.cm-property,64.cm-s-cocalc-light span.cm-attribute {65color: #1a3a6b;66}6768.cm-s-cocalc-light span.cm-keyword {69color: #c41c08;70}7172.cm-s-cocalc-light span.cm-string {73color: #3d6b2f;74}7576.cm-s-cocalc-light span.cm-variable {77color: #1a3a6b;78}7980.cm-s-cocalc-light span.cm-variable-2 {81color: #2a5aa6;82}8384.cm-s-cocalc-light span.cm-def {85color: #663d99;86}8788.cm-s-cocalc-light span.cm-bracket {89color: #1a3a6b;90}9192.cm-s-cocalc-light span.cm-tag {93color: #0088a0;94}9596.cm-s-cocalc-light span.cm-link {97color: #2a5aa6;98}99100.cm-s-cocalc-light span.cm-error {101background: #c41c08;102color: #fbfbfb;103}104105.cm-s-cocalc-light .CodeMirror-activeline-background {106background: #f0f5fa;107}108109.cm-s-cocalc-light .CodeMirror-matchingbracket {110color: #fbfbfb !important;111background-color: #2a5aa6 !important;112}113114.cm-s-cocalc-light .CodeMirror-nonmatchingbracket {115color: #fbfbfb !important;116background-color: #c41c08 !important;117}118119120