Created
June 8, 2017 12:12
-
-
Save byelipk/5ce7b789e47fc0131415db75ba6efe9a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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