// This file is part of the “jQuery.Syntax” project, and is distributed under the MIT License. // Copyright © 2011 Samuel G. D. Williams. <www.oriontransfer.co.nz> // See <jquery.syntax.js> for licensing details.

code.syntax-theme-paper

font-family: 'Bitstream Vera Sans Mono', 'Courier', monospace
line-height: 1.5em

.function
  color: #33f

.keyword
  color: #cb4b16

.access
  color: #ffb600
  font-weight: bold

.type
  color: #268bd2

.comment
  color: #998
  font-style: italic

.string
  color: #2aa198

.string .escape
  color: #2ab1a8

.operator
  color: #268bd2

.href
  color: #00f
  text-decoration: underline

.variable
  color: #b58900

.constant
  color: #099

pre code.syntax-theme-paper

> span:nth-child(odd)
  background-color: rgba(0, 0, 0, 0.05)