1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- /*
- Sunburst-like style (c) Vasily Polovnyov <vast@whiteants.net>
- */
- .highlight
- color: #f8f8f8
- background: #000
- .code
- .comment,
- .quote
- color: #aeaeae
- font-style: italic
- .keyword,
- .selector-tag,
- .type
- color: #e28964
- .string
- color: #65b042
- .subst
- color: #daefa3
- .regexp,
- .link
- color: #e9c062
- .title,
- .section,
- .tag,
- .name
- color: #89bdff
- .class .title,
- .doctag
- text-decoration: underline
- .symbol,
- .bullet,
- .number
- color: #3387cc
- .params,
- .variable,
- .template-variable
- color: #3e87e3
- .attribute
- color: #cda869
- .meta
- color: #8996a8
- .formula
- background-color: #0e2231
- color: #f8f8f8
- font-style: italic
- .addition
- background-color: #253b22
- color: #f8f8f8
- .deletion
- background-color: #420e09
- color: #f8f8f8
- .selector-class
- color: #9b703f
- .selector-id
- color: #8b98ab
- .emphasis
- font-style: italic
- .strong
- font-weight: bold
|