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/magula.styl
2018-09-03 17:41:16 +10:00

59 lines
995 B
Stylus

/*
Description: Magula style for highligh.js
Author: Ruslan Keba <rukeba@gmail.com>
Website: http://rukeba.com/
Version: 1.0
Date: 2009-01-03
Music: Aphex Twin / Xtal
*/
.highlight
background-color: #f4f4f4
.code
.highlight,
.subst
color: black
.string,
.title,
.symbol,
.bullet,
.attribute,
.addition,
.variable,
.template-tag,
.template-variable
color: #050
.comment,
.quote
color: #777
.number,
.regexp,
.literal,
.type,
.link
color: #800
.deletion,
.meta
color: #00e
.keyword,
.selector-tag,
.doctag,
.title,
.section,
.built_in,
.tag,
.name
font-weight: bold
color: navy
.emphasis
font-style: italic
.strong
font-weight: bold