Created
October 6, 2016 13:25
-
-
Save aripalo/219237fa574db20f9e38370ba200e129 to your computer and use it in GitHub Desktop.
Atom with Operator Mono Screensmart
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
// base styles | |
atom-workspace, | |
atom-text-editor { | |
font-family: "Operator Mono SSm"; | |
font-size: 13px; | |
font-weight: 400; | |
line-height: 1.7; | |
} | |
// sidebar styles | |
atom-panel.tool-panel { | |
font-size: 10px; | |
} | |
// tab styles | |
atom-pane .tab-bar .tab .title { | |
font-size: 11px; | |
} | |
// italics for attributes | |
atom-text-editor::shadow{ | |
.entity.other.attribute-name { | |
font-style: italic; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example screenshot:
