1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- .highlight
- color: #4d4d4c
- background: white
- .code
- /* Tomorrow Comment */
- .comment,
- .quote
- color: #8e908c
- /* Tomorrow Red */
- .variable,
- .template-variable,
- .tag,
- .name,
- .selector-id,
- .selector-class,
- .regexp,
- .deletion
- color: #c82829
- /* Tomorrow Orange */
- .number,
- .built_in,
- .builtin-name,
- .literal,
- .type,
- .params,
- .meta,
- .link
- color: #f5871f
- /* Tomorrow Yellow */
- .attribute
- color: #eab700
- /* Tomorrow Green */
- .string,
- .symbol,
- .bullet,
- .addition
- color: #718c00
- /* Tomorrow Blue */
- .title,
- .section
- color: #4271ae
- /* Tomorrow Purple */
- .keyword,
- .selector-tag
- color: #8959a8
- .emphasis
- font-style: italic
- .strong
- font-weight: bold
|