css - How to change currently active window tab color in atom editor -
i'm using atom editor version 1.0 stable in ubuntu 14.04. question is, how can change background colour of selected window tab... (means current tab..) editing style.less file?
i tried,
.tab{ background-color:black; }
to change tab color,
but, code changed tab colors except current tab color.
so question is, how can change color of current tab in atom editor editing style.less file?
.tab-bar .tab[data-type="texteditor"]::after { background-color: rgba(20,28,30,0.8); }
i found solution opening developer tools ctrl+shift+i, , finding element using magnifier tool.
Comments
Post a Comment