Skip to content

Instantly share code, notes, and snippets.

@trey
Last active August 29, 2015 13:56
Show Gist options
  • Save trey/9253048 to your computer and use it in GitHub Desktop.
Save trey/9253048 to your computer and use it in GitHub Desktop.
My Atom Styles
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed.
*
* If you are unfamiliar with LESS, you can read more about it here:
* http://www.lesscss.org
*/
.tree-view {
}
.editor {
}
.editor .cursor {
}
.cursor-line {
background: rgba(0, 0, 0, 0.20);
}
.gutter {
background: rgba(255, 255, 255, 0.05);
border-right: 2px solid rgba(255, 255, 255, 0.04);
}
.editor .line-number.cursor-line-no-selection {
background: rgba(0, 0, 0, 0.3);
}
@trey
Copy link
Author

trey commented Feb 27, 2014

I wanted to through this somewhere until I determine how to best include them in my dotfiles.

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