123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- /*
- Railscasts-like style (c) Visoft, Inc. (Damien White)
- */
- .highlight
- color: #e6e1dc
- background: #232323
- .code
- .comment,
- .quote
- color: #bc9458
- font-style: italic
- .keyword,
- .selector-tag
- color: #c26230
- .string,
- .number,
- .regexp,
- .variable,
- .template-variable
- color: #a5c261
- .subst
- color: #519f50
- .tag,
- .name
- color: #e8bf6a
- .type
- color: #da4939
- .symbol,
- .bullet,
- .built_in,
- .builtin-name,
- .attr,
- .link
- color: #6d9cbe
- .params
- color: #d0d0ff
- .attribute
- color: #cda869
- .meta
- color: #9b859d
- .title,
- .section
- color: #ffc66d
- .addition
- background-color: #144212
- color: #e6e1dc
- display: inline-block
- width: 100%
- .deletion
- background-color: #600
- color: #e6e1dc
- display: inline-block
- width: 100%
- .selector-class
- color: #9b703f
- .selector-id
- color: #8b98ab
- .emphasis
- font-style: italic
- .strong
- font-weight: bold
- .link
- text-decoration: underline
|