1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- /*
- FAR Style (c) MajestiC <majestic2k@gmail.com>
- */
- .highlight
- color: #0ff
- background: #000080
- .code
- .subst
- color: #0ff
- .string,
- .attribute,
- .symbol,
- .bullet,
- .built_in,
- .builtin-name,
- .template-tag,
- .template-variable,
- .addition
- color: #ff0
- .keyword,
- .selector-tag,
- .section,
- .type,
- .name,
- .selector-id,
- .selector-class,
- .variable
- color: #fff
- .comment,
- .quote,
- .doctag,
- .deletion
- color: #888
- .number,
- .regexp,
- .literal,
- .link
- color: #0f0
- .meta
- color: #008080
- .keyword,
- .selector-tag,
- .title,
- .section,
- .name,
- .strong
- font-weight: bold
- .emphasis
- font-style: italic
|