source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/static/codemirror/theme/3024-night.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.6 KB
Line 
1/*
2
3    Name:       3024 night
4    Author:     Jan T. Sott (http://github.com/idleberg)
5
6    CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
7    Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
8
9*/
10
11.cm-s-3024-night.CodeMirror {background: #090300; color: #d6d5d4;}
12.cm-s-3024-night div.CodeMirror-selected {background: #3a3432 !important;}
13.cm-s-3024-night .CodeMirror-gutters {background: #090300; border-right: 0px;}
14.cm-s-3024-night .CodeMirror-guttermarker { color: #db2d20; }
15.cm-s-3024-night .CodeMirror-guttermarker-subtle { color: #5c5855; }
16.cm-s-3024-night .CodeMirror-linenumber {color: #5c5855;}
17
18.cm-s-3024-night .CodeMirror-cursor {border-left: 1px solid #807d7c !important;}
19
20.cm-s-3024-night span.cm-comment {color: #cdab53;}
21.cm-s-3024-night span.cm-atom {color: #a16a94;}
22.cm-s-3024-night span.cm-number {color: #a16a94;}
23
24.cm-s-3024-night span.cm-property, .cm-s-3024-night span.cm-attribute {color: #01a252;}
25.cm-s-3024-night span.cm-keyword {color: #db2d20;}
26.cm-s-3024-night span.cm-string {color: #fded02;}
27
28.cm-s-3024-night span.cm-variable {color: #01a252;}
29.cm-s-3024-night span.cm-variable-2 {color: #01a0e4;}
30.cm-s-3024-night span.cm-def {color: #e8bbd0;}
31.cm-s-3024-night span.cm-bracket {color: #d6d5d4;}
32.cm-s-3024-night span.cm-tag {color: #db2d20;}
33.cm-s-3024-night span.cm-link {color: #a16a94;}
34.cm-s-3024-night span.cm-error {background: #db2d20; color: #807d7c;}
35
36.cm-s-3024-night .CodeMirror-activeline-background {background: #2F2F2F !important;}
37.cm-s-3024-night .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}
Note: See TracBrowser for help on using the repository browser.