Skip to content

Instantly share code, notes, and snippets.

@lackac
Last active August 29, 2015 13:56
Show Gist options
  • Save lackac/9329843 to your computer and use it in GitHub Desktop.
Save lackac/9329843 to your computer and use it in GitHub Desktop.
Visual indication of which pane is active for Atom
/* this is the settings I use for the Solarized Light theme, change
* the colors and loose the import if you're using another theme */
@import "variables";
.pane .editor-colors {
background-color: @base2;
}
.pane.active .editor-colors {
background-color: @base3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment