codecademy-syntax-theme
Version:
Official Codecademy syntax theme.
76 lines (58 loc) • 1.18 kB
text/less
.syntax--ruby {
color: white;
.syntax--source {
color: white;
}
.syntax--entity.syntax--function {
color: @hue-1;
}
.syntax--constant {
.syntax--variable.syntax--other {
color: @hue-5-2;
}
}
.syntax--variable.syntax--parameter {
color: @hue-3;
}
.syntax--punctuation.syntax--embedded {
color: @hue-4;
}
.syntax--entity.syntax--name.syntax--type.syntax--class {
color: @hue-5;
}
.syntax--entity.syntax--other.syntax--inherited-class {
color: @hue-5;
}
.syntax--variable.syntax--other {
color: @hue-3;
}
.syntax--support.syntax--class {
color: @hue-5;
}
.syntax--constant {
.syntax--other.syntax--symbol {
color: @hue-1-2;
}
}
.syntax--punctuation {
color: white;
.syntax--definition.syntax--constant {
color: @hue-1-2;
}
.syntax--definition.syntax--variable {
color: @hue-3;
}
.syntax--definition.syntax--comment {
color: @grey4;
}
}
.syntax--keyword.syntax--other.syntax--special-method {
color: @hue-2;
}
.syntax--with-arguments {
color: white;
}
.syntax--name {
color: @hue-2;
}
}