Just FYI: Tabs now have a data-type attribute. For example text editor tabs have data-type="TextEditor".
This way only <atom-text-editor> tabs could use a Syntax theme's background color when active, but other panes, like settings could have a different active color to make them more seamless.
Just FYI: Tabs now have a
data-type
attribute. For example text editor tabs havedata-type="TextEditor"
.This way only
<atom-text-editor>
tabs could use a Syntax theme's background color when active, but other panes, like settings could have a different active color to make them more seamless.