// 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.

.syntax-container.syntax-theme-bright

.syntax
  font-family: Menlo, Monaco, Consolas, monospace
  line-height: 1.5em

  .function
    color: #33f

  .keyword
    color: #3c3

  .access
    color: #ffb600
    font-weight: bold

  .type
    color: #191
    font-weight: bold

  .comment
    color: #6ac
    font-style: italic

  .string, .constant
    color: #f33

  .string .escape
    color: #f99

  .operator
    color: #c00

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

  .variable
    color: #22c