source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/static/codemirror/theme/tomorrow-night-eighties.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.9 KB
Line 
1/*
2
3    Name:       Tomorrow Night - Eighties
4    Author:     Chris Kempson
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-tomorrow-night-eighties.CodeMirror {background: #000000; color: #CCCCCC;}
12.cm-s-tomorrow-night-eighties div.CodeMirror-selected {background: #2D2D2D !important;}
13.cm-s-tomorrow-night-eighties .CodeMirror-gutters {background: #000000; border-right: 0px;}
14.cm-s-tomorrow-night-eighties .CodeMirror-guttermarker { color: #f2777a; }
15.cm-s-tomorrow-night-eighties .CodeMirror-guttermarker-subtle { color: #777; }
16.cm-s-tomorrow-night-eighties .CodeMirror-linenumber {color: #515151;}
17.cm-s-tomorrow-night-eighties .CodeMirror-cursor {border-left: 1px solid #6A6A6A !important;}
18
19.cm-s-tomorrow-night-eighties span.cm-comment {color: #d27b53;}
20.cm-s-tomorrow-night-eighties span.cm-atom {color: #a16a94;}
21.cm-s-tomorrow-night-eighties span.cm-number {color: #a16a94;}
22
23.cm-s-tomorrow-night-eighties span.cm-property, .cm-s-tomorrow-night-eighties span.cm-attribute {color: #99cc99;}
24.cm-s-tomorrow-night-eighties span.cm-keyword {color: #f2777a;}
25.cm-s-tomorrow-night-eighties span.cm-string {color: #ffcc66;}
26
27.cm-s-tomorrow-night-eighties span.cm-variable {color: #99cc99;}
28.cm-s-tomorrow-night-eighties span.cm-variable-2 {color: #6699cc;}
29.cm-s-tomorrow-night-eighties span.cm-def {color: #f99157;}
30.cm-s-tomorrow-night-eighties span.cm-bracket {color: #CCCCCC;}
31.cm-s-tomorrow-night-eighties span.cm-tag {color: #f2777a;}
32.cm-s-tomorrow-night-eighties span.cm-link {color: #a16a94;}
33.cm-s-tomorrow-night-eighties span.cm-error {background: #f2777a; color: #6A6A6A;}
34
35.cm-s-tomorrow-night-eighties .CodeMirror-activeline-background {background: #343600 !important;}
36.cm-s-tomorrow-night-eighties .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}
Note: See TracBrowser for help on using the repository browser.