/**
 * Base 16 Atelier Heath, by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath)
 * Midas template by Ben Briggs (http://beneb.info)
 * Original scheme by Chris Kempson (https://github.com/chriskempson/base16)
 */

.midas {
    background: #1b181b;
    color: #ab9bab;
}

.midas__property {
    font-style: italic;
}

.midas__comment {
    color: #776977;
}

.midas__string {
    color: #918b3b;
}

.midas__function-name {
    color: #159393;
}

.midas__important {
    color: #918b3b;
}

.midas__hex-value {
    color: #a65926;
}

.midas__hex-color {
    color: #159393;
}

.midas__number,
.midas__word {
    color:#a65926;
}

.midas__vendor-prefix {
    color: #776977;
}

/**
 * Selectors
 */

.midas__selector {
    color: #7b59c0;
}

.midas__tag {
    color: #ca402b;
    text-decoration: underline;
}

.midas__id {
    color: #516aec;
}

.midas__attribute-name,
.midas__class,
.midas__pseudo {
    color: #a65926;
}

.midas__attribute-value {
    color: #918b3b;
}

/**
 * At rules
 */

.midas__at-rule-name {
    color: #7b59c0;
}

.midas__at-rule-keyword {
    color: #a65926;
}