Skip to content

Instantly share code, notes, and snippets.

@aripalo
Created October 6, 2016 13:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aripalo/219237fa574db20f9e38370ba200e129 to your computer and use it in GitHub Desktop.
Save aripalo/219237fa574db20f9e38370ba200e129 to your computer and use it in GitHub Desktop.
Atom with Operator Mono Screensmart
// 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;
}
}
@aripalo
Copy link
Author

aripalo commented Oct 6, 2016

Example screenshot:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment