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

.midas {
    background: #131513;
    color: #8ca68c;
}

.midas__property {
    font-style: italic;
}

.midas__comment {
    color: #687d68;
}

.midas__string {
    color: #29a329;
}

.midas__function-name {
    color: #1999b3;
}

.midas__important {
    color: #29a329;
}

.midas__hex-value {
    color: #87711d;
}

.midas__hex-color {
    color: #1999b3;
}

.midas__number,
.midas__word {
    color:#87711d;
}

.midas__vendor-prefix {
    color: #687d68;
}

/**
 * Selectors
 */

.midas__selector {
    color: #ad2bee;
}

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

.midas__id {
    color: #3d62f5;
}

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

.midas__attribute-value {
    color: #29a329;
}

/**
 * At rules
 */

.midas__at-rule-name {
    color: #ad2bee;
}

.midas__at-rule-keyword {
    color: #87711d;
}