Skip to content

Instantly share code, notes, and snippets.

@byelipk
Created June 8, 2017 12:12
Show Gist options
  • Save byelipk/5ce7b789e47fc0131415db75ba6efe9a to your computer and use it in GitHub Desktop.
Save byelipk/5ce7b789e47fc0131415db75ba6efe9a to your computer and use it in GitHub Desktop.
.code-snippet {
background-color: #2B394D;
.line-number {
color: #636d83;
font-size: 1.25rem;
}
.line {
color: white;
font-size: 1.25rem;
}
.keyword {
color: #C678DD;
}
.operator {
color: #ABB2BF;
}
.function {
color: #61AFEF;
}
.receiver {
color: #E06C75;
}
.semicolon {
color: #9012FE;
}
.key-value {
color: #98C379;
}
.comment {
color: #5C6370;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment