Last active
August 29, 2015 13:56
-
-
Save lackac/9329843 to your computer and use it in GitHub Desktop.
Visual indication of which pane is active for Atom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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