mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2025-02-05 15:00:00 +00:00
Due to historical reasons, the code is in subfolder "1". With SVN removal, we place the code back and remove the annoying "1" folder.
37 lines
1.6 KiB
CSS
37 lines
1.6 KiB
CSS
/*
|
|
|
|
Name: Paraíso (Light)
|
|
Author: Jan T. Sott
|
|
|
|
Color scheme by Jan T. Sott (https://github.com/idleberg/Paraiso-CodeMirror)
|
|
Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
|
|
|
|
*/
|
|
|
|
.cm-s-paraiso-light.CodeMirror {background: #e7e9db; color: #41323f;}
|
|
.cm-s-paraiso-light div.CodeMirror-selected {background: #b9b6b0 !important;}
|
|
.cm-s-paraiso-light .CodeMirror-gutters {background: #e7e9db; border-right: 0px;}
|
|
.cm-s-paraiso-light .CodeMirror-guttermarker { color: black; }
|
|
.cm-s-paraiso-light .CodeMirror-guttermarker-subtle { color: #8d8687; }
|
|
.cm-s-paraiso-light .CodeMirror-linenumber {color: #8d8687;}
|
|
.cm-s-paraiso-light .CodeMirror-cursor {border-left: 1px solid #776e71 !important;}
|
|
|
|
.cm-s-paraiso-light span.cm-comment {color: #e96ba8;}
|
|
.cm-s-paraiso-light span.cm-atom {color: #815ba4;}
|
|
.cm-s-paraiso-light span.cm-number {color: #815ba4;}
|
|
|
|
.cm-s-paraiso-light span.cm-property, .cm-s-paraiso-light span.cm-attribute {color: #48b685;}
|
|
.cm-s-paraiso-light span.cm-keyword {color: #ef6155;}
|
|
.cm-s-paraiso-light span.cm-string {color: #fec418;}
|
|
|
|
.cm-s-paraiso-light span.cm-variable {color: #48b685;}
|
|
.cm-s-paraiso-light span.cm-variable-2 {color: #06b6ef;}
|
|
.cm-s-paraiso-light span.cm-def {color: #f99b15;}
|
|
.cm-s-paraiso-light span.cm-bracket {color: #41323f;}
|
|
.cm-s-paraiso-light span.cm-tag {color: #ef6155;}
|
|
.cm-s-paraiso-light span.cm-link {color: #815ba4;}
|
|
.cm-s-paraiso-light span.cm-error {background: #ef6155; color: #776e71;}
|
|
|
|
.cm-s-paraiso-light .CodeMirror-activeline-background {background: #CFD1C4 !important;}
|
|
.cm-s-paraiso-light .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}
|