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

.midas {
    background: #f1efee;
    color: #68615e;
}

.midas__property {
    font-style: italic;
}

.midas__comment {
    color: #9c9491;
}

.midas__string {
    color: #7b9726;
}

.midas__function-name {
    color: #3d97b8;
}

.midas__important {
    color: #7b9726;
}

.midas__hex-value {
    color: #df5320;
}

.midas__hex-color {
    color: #3d97b8;
}

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

.midas__vendor-prefix {
    color: #9c9491;
}

/**
 * Selectors
 */

.midas__selector {
    color: #6666ea;
}

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

.midas__id {
    color: #407ee7;
}

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

.midas__attribute-value {
    color: #7b9726;
}

/**
 * At rules
 */

.midas__at-rule-name {
    color: #6666ea;
}

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