Skip to content

Commit

Permalink
Merge pull request #58 from sl4m/patch-1
Browse files Browse the repository at this point in the history
Tomorrow Night theme
  • Loading branch information
ccampbell committed Jun 13, 2012
2 parents ea2fec4 + 6775518 commit cd40328
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions themes/tomorrow-night.css
@@ -0,0 +1,48 @@
/**
* Tomorrow Night theme
*
* @author Chris Kempson
* @author skim
* @version 1.0.0
*/

pre {
background-color: #1d1f21;
word-wrap: break-word;
margin: 0px;
padding: 0 10px;
color: #c5c8c6;
margin-bottom: 20px;
}

pre, code {
font-family: 'Monaco', courier, monospace;
}

pre .comment {
color: #969896;
}

pre .variable.global, pre .variable.class, pre .variable.instance {
color: #cc6666; /* red */
}

pre .constant.numeric, pre .constant.language, pre .constant.hex-color, pre .keyword.unit {
color: #de935f; /* orange */
}

pre .constant, pre .entity, pre .entity.class, pre .support {
color: #f0c674; /* yellow */
}

pre .constant.symbol, pre .string {
color: #b5bd68; /* green */
}

pre .entity.function, pre .support.css-property, pre .selector {
color: #81a2be; /* blue */
}

pre .keyword, pre .storage {
color: #b294bb; /* purple */
}

0 comments on commit cd40328

Please sign in to comment.