~ubuntu-branches/ubuntu/utopic/codemirror-js/utopic

« back to all changes in this revision

Viewing changes to theme/monokai.css

  • Committer: Package Import Robot
  • Author(s): David Paleino
  • Date: 2012-04-12 12:25:28 UTC
  • Revision ID: package-import@ubuntu.com-20120412122528-8xp5a8frj4h1d3ee
Tags: upstream-2.23
ImportĀ upstreamĀ versionĀ 2.23

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Based on Sublime Text's Monokai theme */
 
2
 
 
3
.cm-s-monokai {background: #272822; color: #f8f8f2;}
 
4
.cm-s-monokai div.CodeMirror-selected {background: #49483E !important;}
 
5
.cm-s-monokai .CodeMirror-gutter {background: #272822; border-right: 0px;}
 
6
.cm-s-monokai .CodeMirror-gutter-text {color: #d0d0d0;}
 
7
.cm-s-monokai .CodeMirror-cursor {border-left: 1px solid #f8f8f0 !important;}
 
8
 
 
9
.cm-s-monokai span.cm-comment {color: #75715e;}
 
10
.cm-s-monokai span.cm-atom {color: #ae81ff;}
 
11
.cm-s-monokai span.cm-number {color: #ae81ff;}
 
12
 
 
13
.cm-s-monokai span.cm-property, .cm-s-monokai span.cm-attribute {color: #a6e22e;}
 
14
.cm-s-monokai span.cm-keyword {color: #f92672;}
 
15
.cm-s-monokai span.cm-string {color: #e6db74;}
 
16
 
 
17
.cm-s-monokai span.cm-variable {color: #a6e22e;}
 
18
.cm-s-monokai span.cm-variable-2 {color: #9effff;}
 
19
.cm-s-monokai span.cm-def {color: #fd971f;}
 
20
.cm-s-monokai span.cm-error {background: #f92672; color: #f8f8f0;}
 
21
.cm-s-monokai span.cm-bracket {color: #f8f8f2;}
 
22
.cm-s-monokai span.cm-tag {color: #f92672;}
 
23
.cm-s-monokai span.cm-link {color: #ae81ff;}
 
24
 
 
25
.cm-s-monokai .CodeMirror-matchingbracket {
 
26
  text-decoration: underline;
 
27
  color: white !important;
 
28
}