source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/static/codemirror/theme/vibrant-ink.css

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 1.7 KB
Line 
1/* Taken from the popular Visual Studio Vibrant Ink Schema */
2
3.cm-s-vibrant-ink.CodeMirror { background: black; color: white; }
4.cm-s-vibrant-ink .CodeMirror-selected { background: #35493c !important; }
5
6.cm-s-vibrant-ink .CodeMirror-gutters { background: #002240; border-right: 1px solid #aaa; }
7.cm-s-vibrant-ink .CodeMirror-guttermarker { color: white; }
8.cm-s-vibrant-ink .CodeMirror-guttermarker-subtle { color: #d0d0d0; }
9.cm-s-vibrant-ink .CodeMirror-linenumber { color: #d0d0d0; }
10.cm-s-vibrant-ink .CodeMirror-cursor { border-left: 1px solid white !important; }
11
12.cm-s-vibrant-ink .cm-keyword {  color: #CC7832; }
13.cm-s-vibrant-ink .cm-atom { color: #FC0; }
14.cm-s-vibrant-ink .cm-number { color:  #FFEE98; }
15.cm-s-vibrant-ink .cm-def { color: #8DA6CE; }
16.cm-s-vibrant-ink span.cm-variable-2, .cm-s-vibrant span.cm-tag { color: #FFC66D }
17.cm-s-vibrant-ink span.cm-variable-3, .cm-s-vibrant span.cm-def { color: #FFC66D }
18.cm-s-vibrant-ink .cm-operator { color: #888; }
19.cm-s-vibrant-ink .cm-comment { color: gray; font-weight: bold; }
20.cm-s-vibrant-ink .cm-string { color:  #A5C25C }
21.cm-s-vibrant-ink .cm-string-2 { color: red }
22.cm-s-vibrant-ink .cm-meta { color: #D8FA3C; }
23.cm-s-vibrant-ink .cm-builtin { color: #8DA6CE; }
24.cm-s-vibrant-ink .cm-tag { color: #8DA6CE; }
25.cm-s-vibrant-ink .cm-attribute { color: #8DA6CE; }
26.cm-s-vibrant-ink .cm-header { color: #FF6400; }
27.cm-s-vibrant-ink .cm-hr { color: #AEAEAE; }
28.cm-s-vibrant-ink .cm-link { color: blue; }
29.cm-s-vibrant-ink .cm-error { border-bottom: 1px solid red; }
30
31.cm-s-vibrant-ink .CodeMirror-activeline-background {background: #27282E !important;}
32.cm-s-vibrant-ink .CodeMirror-matchingbracket {outline:1px solid grey; color:white !important;}
Note: See TracBrowser for help on using the repository browser.