63 lines
1.2 KiB
Stylus
63 lines
1.2 KiB
Stylus
/*
|
|
Name: Kimbie (light)
|
|
Author: Jan T. Sott
|
|
License: Creative Commons Attribution-ShareAlike 4.0 Unported License
|
|
URL: https://github.com/idleberg/Kimbie-highlight.js
|
|
*/
|
|
|
|
.highlight
|
|
color: #84613d
|
|
background: #fbebd4
|
|
.code
|
|
/* Kimbie Comment */
|
|
.comment,
|
|
.quote
|
|
color: #a57a4c
|
|
|
|
/* Kimbie Red */
|
|
.variable,
|
|
.template-variable,
|
|
.tag,
|
|
.name,
|
|
.selector-id,
|
|
.selector-class,
|
|
.regexp,
|
|
.meta
|
|
color: #dc3958
|
|
|
|
/* Kimbie Orange */
|
|
.number,
|
|
.built_in,
|
|
.builtin-name,
|
|
.literal,
|
|
.type,
|
|
.params,
|
|
.deletion,
|
|
.link
|
|
color: #f79a32
|
|
|
|
/* Kimbie Yellow */
|
|
.title,
|
|
.section,
|
|
.attribute
|
|
color: #f06431
|
|
|
|
/* Kimbie Green */
|
|
.string,
|
|
.symbol,
|
|
.bullet,
|
|
.addition
|
|
color: #889b4a
|
|
|
|
/* Kimbie Purple */
|
|
.keyword,
|
|
.selector-tag,
|
|
.function
|
|
color: #98676a
|
|
|
|
.emphasis
|
|
font-style: italic
|
|
|
|
.strong
|
|
font-weight: bold
|