Skip to content

Instantly share code, notes, and snippets.

@israeleriston
Forked from vinicius73/atom.md
Created September 8, 2017 05:46
Show Gist options
  • Save israeleriston/1246e406a248ca58094876d1951bd9ff to your computer and use it in GitHub Desktop.
Save israeleriston/1246e406a248ca58094876d1951bd9ff to your computer and use it in GitHub Desktop.
My default Atom packages and theme
'atom-text-editor[data-grammar~="vue"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
'atom-text-editor[data-grammar="css"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
'atom-text-editor[data-grammar="html"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
// styles file (not found)
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
html, body, .tree-view, .tab-bar .tab {
font-size: 16px;
}
}
html, body, .tree-view, .tab-bar .tab {
font-size: 15px;
}
atom-text-editor {
font-family: 'Fira Code';
font-style: normal;
text-rendering: optimizeLegibility;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment