/**
 * Base 16 Marrakesh, by Alexandre Gavioli (http://github.com/Alexx2/)
 * Midas template by Ben Briggs (http://beneb.info)
 * Original scheme by Chris Kempson (https://github.com/chriskempson/base16)
 */

.midas {
    background: #201602;
    color: #948e48;
}

.midas__property {
    font-style: italic;
}

.midas__comment {
    color: #6c6823;
}

.midas__string {
    color: #18974e;
}

.midas__function-name {
    color: #75a738;
}

.midas__important {
    color: #18974e;
}

.midas__hex-value {
    color: #b36144;
}

.midas__hex-color {
    color: #75a738;
}

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

.midas__vendor-prefix {
    color: #6c6823;
}

/**
 * Selectors
 */

.midas__selector {
    color: #8868b3;
}

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

.midas__id {
    color: #477ca1;
}

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

.midas__attribute-value {
    color: #18974e;
}

/**
 * At rules
 */

.midas__at-rule-name {
    color: #8868b3;
}

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