/**
 * Base 16 Darktooth, by Jason Milkins (https://github.com/jasonm23)
 * Midas template by Ben Briggs (http://beneb.info)
 * Original scheme by Chris Kempson (https://github.com/chriskempson/base16)
 */

.midas {
    background: #FDF4C1;
    color: #504945;
}

.midas__property {
    font-style: italic;
}

.midas__comment {
    color: #928374;
}

.midas__string {
    color: #95C085;
}

.midas__function-name {
    color: #8BA59B;
}

.midas__important {
    color: #95C085;
}

.midas__hex-value {
    color: #FE8625;
}

.midas__hex-color {
    color: #8BA59B;
}

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

.midas__vendor-prefix {
    color: #928374;
}

/**
 * Selectors
 */

.midas__selector {
    color: #8F4673;
}

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

.midas__id {
    color: #0D6678;
}

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

.midas__attribute-value {
    color: #95C085;
}

/**
 * At rules
 */

.midas__at-rule-name {
    color: #8F4673;
}

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