Created
September 9, 2018 04:14
-
-
Save tuckerconnelly/255a1c5658cb45e67bc7f9ecaf4a6084 to your computer and use it in GitHub Desktop.
Dank Mono styles for atom
This file contains 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
atom-text-editor, | |
atom-workspace { | |
font-family: "DankMono-Regular"; | |
font-size: 12px; | |
font-weight: 400; | |
line-height: 1.5; | |
} | |
atom-panel.tool-panel { | |
font-size: 0.88em; | |
} | |
.editor .comment, | |
atom-text-editor.editor .syntax--comment { | |
font-family: "DankMono-Italic"; | |
font-style: normal; | |
} | |
.syntax--attribute-name, | |
.entity.other.attribute-name, | |
.syntax--control, | |
.syntax--keyword { | |
font-style: italic; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment