This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
mystic/themes/hueman/source/css/_highlight/kimbie.light.styl
2018-09-03 17:41:16 +10:00

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