Merge pull request #5987 from WoltLab/acp-dahsboard-box-hight
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / js / 3rdParty / codemirror / theme / vibrant-ink.css
CommitLineData
77b7b761
TD
1/* Taken from the popular Visual Studio Vibrant Ink Schema */
2
3.cm-s-vibrant-ink.CodeMirror { background: black; color: white; }
44f4c339
AE
4.cm-s-vibrant-ink div.CodeMirror-selected { background: #35493c; }
5.cm-s-vibrant-ink .CodeMirror-line::selection, .cm-s-vibrant-ink .CodeMirror-line > span::selection, .cm-s-vibrant-ink .CodeMirror-line > span > span::selection { background: rgba(53, 73, 60, 0.99); }
6.cm-s-vibrant-ink .CodeMirror-line::-moz-selection, .cm-s-vibrant-ink .CodeMirror-line > span::-moz-selection, .cm-s-vibrant-ink .CodeMirror-line > span > span::-moz-selection { background: rgba(53, 73, 60, 0.99); }
77b7b761
TD
7
8.cm-s-vibrant-ink .CodeMirror-gutters { background: #002240; border-right: 1px solid #aaa; }
44f4c339
AE
9.cm-s-vibrant-ink .CodeMirror-guttermarker { color: white; }
10.cm-s-vibrant-ink .CodeMirror-guttermarker-subtle { color: #d0d0d0; }
77b7b761 11.cm-s-vibrant-ink .CodeMirror-linenumber { color: #d0d0d0; }
44f4c339 12.cm-s-vibrant-ink .CodeMirror-cursor { border-left: 1px solid white; }
77b7b761 13
44f4c339 14.cm-s-vibrant-ink .cm-keyword { color: #CC7832; }
77b7b761
TD
15.cm-s-vibrant-ink .cm-atom { color: #FC0; }
16.cm-s-vibrant-ink .cm-number { color: #FFEE98; }
17.cm-s-vibrant-ink .cm-def { color: #8DA6CE; }
44f4c339 18.cm-s-vibrant-ink span.cm-variable-2, .cm-s-vibrant span.cm-tag { color: #FFC66D; }
373d1232 19.cm-s-vibrant-ink span.cm-variable-3, .cm-s-vibrant span.cm-def, .cm-s-vibrant span.cm-type { color: #FFC66D; }
77b7b761
TD
20.cm-s-vibrant-ink .cm-operator { color: #888; }
21.cm-s-vibrant-ink .cm-comment { color: gray; font-weight: bold; }
44f4c339
AE
22.cm-s-vibrant-ink .cm-string { color: #A5C25C; }
23.cm-s-vibrant-ink .cm-string-2 { color: red; }
77b7b761 24.cm-s-vibrant-ink .cm-meta { color: #D8FA3C; }
77b7b761
TD
25.cm-s-vibrant-ink .cm-builtin { color: #8DA6CE; }
26.cm-s-vibrant-ink .cm-tag { color: #8DA6CE; }
27.cm-s-vibrant-ink .cm-attribute { color: #8DA6CE; }
28.cm-s-vibrant-ink .cm-header { color: #FF6400; }
29.cm-s-vibrant-ink .cm-hr { color: #AEAEAE; }
704cb1bf 30.cm-s-vibrant-ink .cm-link { color: #5656F3; }
837afb80
TD
31.cm-s-vibrant-ink .cm-error { border-bottom: 1px solid red; }
32
44f4c339
AE
33.cm-s-vibrant-ink .CodeMirror-activeline-background { background: #27282E; }
34.cm-s-vibrant-ink .CodeMirror-matchingbracket { outline:1px solid grey; color:white !important; }