mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 16:22:44 +00:00
Added new theme
This commit is contained in:
111
themes/codeMirror/customThemes/darkvision.css
Normal file
111
themes/codeMirror/customThemes/darkvision.css
Normal file
@@ -0,0 +1,111 @@
|
||||
.CodeMirror {
|
||||
background: #0C0C0C;
|
||||
color: #B9BDB6;
|
||||
}
|
||||
|
||||
/* Brew BG */
|
||||
.brewRenderer {
|
||||
background-color: #0C0C0C;
|
||||
}
|
||||
|
||||
/* Blinking cursor and selection */
|
||||
.cm-s-darkvision .CodeMirror-cursor {
|
||||
border-left: 1px solid #B9BDB6;
|
||||
}
|
||||
.cm-s-darkvision .CodeMirror-selected {
|
||||
background: #E0E8FF40;
|
||||
}
|
||||
|
||||
/* Line number stuff */
|
||||
.cm-s-darkvision .CodeMirror-gutter-elt {
|
||||
color: #81969A;
|
||||
}
|
||||
.cm-s-darkvision .CodeMirror-linenumber {
|
||||
background-color: #0C0C0C;
|
||||
}
|
||||
.cm-s-darkvision .CodeMirror-gutter {
|
||||
background-color: #0C0C0C;
|
||||
}
|
||||
|
||||
/* column splits */
|
||||
.cm-s-darkvision .editor .codeEditor .columnSplit {
|
||||
font-style: italic;
|
||||
color: inherit;
|
||||
background-color:#1F5763;
|
||||
border-bottom: #299 solid 1px;
|
||||
}
|
||||
|
||||
/* # headings */
|
||||
.cm-s-darkvision .cm-header {
|
||||
color: #C51B1B;
|
||||
-webkit-text-stroke-width: 0.1px;
|
||||
}
|
||||
/* bold points */
|
||||
.cm-s-darkvision .cm-strong {
|
||||
font-weight: bold;
|
||||
color: #309DD2;
|
||||
}
|
||||
/* Link headings */
|
||||
.cm-s-darkvision .cm-link {
|
||||
color: #DD6300;
|
||||
}
|
||||
/* links */
|
||||
.cm-s-darkvision .cm-string {
|
||||
color: #5CE638;
|
||||
}
|
||||
/*@import*/
|
||||
.cm-s-darkvision .cm-def {
|
||||
color:#2986CC;
|
||||
}
|
||||
/* Bullets and such */
|
||||
.cm-s-darkvision .cm-variable-2 {
|
||||
color: #3CBF30;
|
||||
}
|
||||
/* blocks */
|
||||
.editor .codeEditor .block:not(.cm-comment) {
|
||||
color: magenta !important;
|
||||
}
|
||||
|
||||
/* definition lists */
|
||||
.editor .codeEditor .define.definition {
|
||||
color: #FFAA3E !important;
|
||||
}
|
||||
.editor .codeEditor .define.term {
|
||||
color: #7290d9 !important;
|
||||
}
|
||||
|
||||
/* Tags (divs) */
|
||||
.cm-s-darkvision .cm-tag {
|
||||
color: #E3FF00;
|
||||
}
|
||||
.cm-s-darkvision .cm-attribute {
|
||||
color: #E3FF00;
|
||||
}
|
||||
.cm-s-darkvision .cm-atom {
|
||||
color:#CF7EA9;
|
||||
}
|
||||
.cm-s-darkvision .cm-qualifier {
|
||||
color:#EE1919;
|
||||
}
|
||||
.cm-s-darkvision .cm-comment {
|
||||
color:#BBC700;
|
||||
}
|
||||
.cm-s-darkvision .cm-keyword {
|
||||
color:#CC66FF;
|
||||
}
|
||||
.cm-s-darkvision .cm-property.cm-error {
|
||||
color:#C50202;
|
||||
}
|
||||
.cm-s-darkvision .CodeMirror-foldmarker {
|
||||
color:#F0FF00;
|
||||
}
|
||||
|
||||
/* New page */
|
||||
.editor .codeEditor .pageLine {
|
||||
background: #000;
|
||||
color:#000;
|
||||
border-bottom: 1px solid #FFF;
|
||||
}
|
||||
.cm-s-darkvision .cm-builtin {
|
||||
color:#FFF;
|
||||
}
|
||||
@@ -16,6 +16,7 @@
|
||||
"colorforth",
|
||||
"darcula",
|
||||
"darkbrewery-v301",
|
||||
"darkvision",
|
||||
"dracula",
|
||||
"duotone-dark",
|
||||
"duotone-light",
|
||||
|
||||
Reference in New Issue
Block a user