60 lines
1.2 KiB
Stylus
60 lines
1.2 KiB
Stylus
|
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
||
|
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||
|
|
||
|
.highlight
|
||
|
color: #c5c8c6
|
||
|
background: #1d1f21
|
||
|
.code
|
||
|
/* Tomorrow Comment */
|
||
|
.comment,
|
||
|
.quote
|
||
|
color: #969896
|
||
|
|
||
|
/* Tomorrow Red */
|
||
|
.variable,
|
||
|
.template-variable,
|
||
|
.tag,
|
||
|
.name,
|
||
|
.selector-id,
|
||
|
.selector-class,
|
||
|
.regexp,
|
||
|
.deletion
|
||
|
color: #cc6666
|
||
|
|
||
|
/* Tomorrow Orange */
|
||
|
.number,
|
||
|
.built_in,
|
||
|
.builtin-name,
|
||
|
.literal,
|
||
|
.type,
|
||
|
.params,
|
||
|
.meta,
|
||
|
.link
|
||
|
color: #de935f
|
||
|
|
||
|
/* Tomorrow Yellow */
|
||
|
.attribute
|
||
|
color: #f0c674
|
||
|
|
||
|
/* Tomorrow Green */
|
||
|
.string,
|
||
|
.symbol,
|
||
|
.bullet,
|
||
|
.addition
|
||
|
color: #b5bd68
|
||
|
|
||
|
/* Tomorrow Blue */
|
||
|
.title,
|
||
|
.section
|
||
|
color: #81a2be
|
||
|
|
||
|
/* Tomorrow Purple */
|
||
|
.keyword,
|
||
|
.selector-tag
|
||
|
color: #b294bb
|
||
|
|
||
|
.emphasis
|
||
|
font-style: italic
|
||
|
|
||
|
.strong
|
||
|
font-weight: bold
|