Skip to content

Instantly share code, notes, and snippets.

@bamboo
Created November 13, 2014 09:55
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 bamboo/76ad391c0921889570fa to your computer and use it in GitHub Desktop.
Save bamboo/76ad391c0921889570fa to your computer and use it in GitHub Desktop.
My atom stylesheet (goes well with atom-soda-dark and monokai-soda)
.workspace {
font-size: 15pt;
text-rendering: optimizeLegibility;
}
.tree-view {
font-size: 14pt;
}
.editor {
text-rendering: optimizeLegibility;
}
.meta.method {
color: #FFA0A0;
}
.interpolated {
text-shadow: 2px 2px #666666;
}
.string {
.source,
.meta.embedded.line {
text-shadow: 2px 2px #666666;
}
.punctuation.section.embedded {
color: #bfbfff;
.source {
color: #bFbFFF;
}
}
}
.editor.vim-mode:not(.insert-mode) {
.scroll-view .cursors {
.cursor {
background-color: inherit;
border: 1px solid rgb(0, 119, 255);
opacity: inherit;
visibility: visible;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment