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

« back to all changes in this revision

Viewing changes to theme/elegant.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
.cm-s-elegant span.cm-number, .cm-s-elegant span.cm-string, .cm-s-elegant span.cm-atom {color: #762;}
 
2
.cm-s-elegant span.cm-comment {color: #262; font-style: italic; line-height: 1em;}
 
3
.cm-s-elegant span.cm-meta {color: #555; font-style: italic; line-height: 1em;}
 
4
.cm-s-elegant span.cm-variable {color: black;}
 
5
.cm-s-elegant span.cm-variable-2 {color: #b11;}
 
6
.cm-s-elegant span.cm-qualifier {color: #555;}
 
7
.cm-s-elegant span.cm-keyword {color: #730;}
 
8
.cm-s-elegant span.cm-builtin {color: #30a;}
 
9
.cm-s-elegant span.cm-error {background-color: #fdd;}
 
10
.cm-s-elegant span.cm-link {color: #762;}