/**
 * Base 16 Twilight, by David Hart (http://hart-dev.com)
 * Midas template by Ben Briggs (http://beneb.info)
 * Original scheme by Chris Kempson (https://github.com/chriskempson/base16)
 */

.midas {
    background: #1e1e1e;
    color: #a7a7a7;
}

.midas__property {
    font-style: italic;
}

.midas__comment {
    color: #5f5a60;
}

.midas__string {
    color: #8f9d6a;
}

.midas__function-name {
    color: #afc4db;
}

.midas__important {
    color: #8f9d6a;
}

.midas__hex-value {
    color: #cda869;
}

.midas__hex-color {
    color: #afc4db;
}

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

.midas__vendor-prefix {
    color: #5f5a60;
}

/**
 * Selectors
 */

.midas__selector {
    color: #9b859d;
}

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

.midas__id {
    color: #7587a6;
}

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

.midas__attribute-value {
    color: #8f9d6a;
}

/**
 * At rules
 */

.midas__at-rule-name {
    color: #9b859d;
}

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