source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/static/codemirror/theme/twilight.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.cm-s-twilight.CodeMirror { background: #141414; color: #f7f7f7; } /**/
2.cm-s-twilight .CodeMirror-selected { background: #323232 !important; } /**/
3
4.cm-s-twilight .CodeMirror-gutters { background: #222; border-right: 1px solid #aaa; }
5.cm-s-twilight .CodeMirror-guttermarker { color: white; }
6.cm-s-twilight .CodeMirror-guttermarker-subtle { color: #aaa; }
7.cm-s-twilight .CodeMirror-linenumber { color: #aaa; }
8.cm-s-twilight .CodeMirror-cursor { border-left: 1px solid white !important; }
9
10.cm-s-twilight .cm-keyword {  color: #f9ee98; } /**/
11.cm-s-twilight .cm-atom { color: #FC0; }
12.cm-s-twilight .cm-number { color:  #ca7841; } /**/
13.cm-s-twilight .cm-def { color: #8DA6CE; }
14.cm-s-twilight span.cm-variable-2, .cm-s-twilight span.cm-tag { color: #607392; } /**/
15.cm-s-twilight span.cm-variable-3, .cm-s-twilight span.cm-def { color: #607392; } /**/
16.cm-s-twilight .cm-operator { color: #cda869; } /**/
17.cm-s-twilight .cm-comment { color:#777; font-style:italic; font-weight:normal; } /**/
18.cm-s-twilight .cm-string { color:#8f9d6a; font-style:italic; } /**/
19.cm-s-twilight .cm-string-2 { color:#bd6b18 } /*?*/
20.cm-s-twilight .cm-meta { background-color:#141414; color:#f7f7f7; } /*?*/
21.cm-s-twilight .cm-builtin { color: #cda869; } /*?*/
22.cm-s-twilight .cm-tag { color: #997643; } /**/
23.cm-s-twilight .cm-attribute { color: #d6bb6d; } /*?*/
24.cm-s-twilight .cm-header { color: #FF6400; }
25.cm-s-twilight .cm-hr { color: #AEAEAE; }
26.cm-s-twilight .cm-link {   color:#ad9361; font-style:italic; text-decoration:none; } /**/
27.cm-s-twilight .cm-error { border-bottom: 1px solid red; }
28
29.cm-s-twilight .CodeMirror-activeline-background {background: #27282E !important;}
30.cm-s-twilight .CodeMirror-matchingbracket {outline:1px solid grey; color:white !important;}
Note: See TracBrowser for help on using the repository browser.