You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
2.0 KiB
CSS
90 lines
2.0 KiB
CSS
9 years ago
|
.cm-s-ansuz.CodeMirror,
|
||
|
.cm-s-ansuz .CodeMirror-gutters {
|
||
|
background-color: #2E3436 !important;
|
||
|
color: #719FC9 !important;
|
||
|
border: none;
|
||
8 years ago
|
font-weight: bold;
|
||
|
/* color: red !important;*/
|
||
9 years ago
|
}
|
||
|
.cm-s-ansuz .CodeMirror-gutters {
|
||
|
color: #2E3436;
|
||
|
}
|
||
|
.cm-s-ansuz .CodeMirror-cursor {
|
||
|
border-left: solid thin #f8f8f0;
|
||
|
}
|
||
|
.cm-s-ansuz .CodeMirror-linenumber {
|
||
|
color: #8AE234;
|
||
|
}
|
||
|
.cm-s-ansuz.CodeMirror-focused div.CodeMirror-selected {
|
||
|
background: rgba(255, 255, 255, 0.1);
|
||
|
}
|
||
|
.cm-s-ansuz .CodeMirror-line::selection,
|
||
|
.cm-s-ansuz .cm-s-transition .CodeMirror-line > span::selection,
|
||
|
.cm-s-ansuz .cm-s-transition .CodeMirror-line > span > span::selection {
|
||
|
background: rgba(255, 255, 255, 0.1);
|
||
|
}
|
||
|
.cm-s-ansuz .CodeMirror-line::-moz-selection,
|
||
|
.cm-s-ansuz .cm-s-transition .CodeMirror-line > span::-moz-selection,
|
||
|
.cm-s-ansuz .cm-s-transition .CodeMirror-line > span > span::-moz-selection {
|
||
|
background: rgba(255, 255, 255, 0.1);
|
||
|
}
|
||
|
.cm-s-ansuz span.cm-comment {
|
||
|
color: #50FA7B;
|
||
|
}
|
||
|
.cm-s-ansuz span.cm-string,
|
||
|
.cm-s-ansuz .cm-s-transition span.cm-string-2 {
|
||
|
color: #f1fa8c;
|
||
|
}
|
||
|
.cm-s-ansuz span.cm-number {
|
||
|
color: #bd93f9;
|
||
|
}
|
||
|
.cm-s-ansuz span.cm-variable {
|
||
|
color: #9292e4;
|
||
|
}
|
||
|
.cm-s-ansuz span.cm-variable-2 {
|
||
|
color: white;
|
||
|
}
|
||
|
.cm-s-ansuz span.cm-def {
|
||
|
color: #ffb86c;
|
||
|
}
|
||
|
.cm-s-ansuz span.cm-keyword {
|
||
8 years ago
|
color: #ff79c6;
|
||
9 years ago
|
}
|
||
|
.cm-s-ansuz span.cm-operator {
|
||
8 years ago
|
color: #ff79c6;
|
||
9 years ago
|
}
|
||
|
.cm-s-ansuz span.cm-keyword {
|
||
8 years ago
|
color: #ff79c6;
|
||
9 years ago
|
}
|
||
|
.cm-s-ansuz span.cm-atom {
|
||
|
color: #bd93f9;
|
||
|
}
|
||
|
.cm-s-ansuz span.cm-meta {
|
||
|
color: #719FC9;
|
||
|
}
|
||
|
.cm-s-ansuz span.cm-tag {
|
||
8 years ago
|
color: #ff79c6;
|
||
9 years ago
|
}
|
||
|
.cm-s-ansuz span.cm-attribute {
|
||
|
color: #50fa7b;
|
||
|
}
|
||
|
.cm-s-ansuz span.cm-qualifier {
|
||
|
color: #50fa7b;
|
||
|
}
|
||
|
.cm-s-ansuz span.cm-property {
|
||
|
color: #66d9ef;
|
||
|
}
|
||
|
.cm-s-ansuz span.cm-builtin {
|
||
|
color: #50fa7b;
|
||
|
}
|
||
|
.cm-s-ansuz span.cm-variable-3 {
|
||
|
color: #50fa7b;
|
||
|
}
|
||
|
.cm-s-ansuz .CodeMirror-activeline-background {
|
||
|
background: rgba(255, 255, 255, 0.1);
|
||
|
}
|
||
|
.cm-s-ansuz .CodeMirror-matchingbracket {
|
||
|
text-decoration: underline;
|
||
|
color: white !important;
|
||
|
}
|