Skip to content

Instantly share code, notes, and snippets.

@tuckerconnelly
Created September 9, 2018 04:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuckerconnelly/255a1c5658cb45e67bc7f9ecaf4a6084 to your computer and use it in GitHub Desktop.
Save tuckerconnelly/255a1c5658cb45e67bc7f9ecaf4a6084 to your computer and use it in GitHub Desktop.
Dank Mono styles for atom
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