Closed v3ss0n closed 9 years ago
this one works
atom-panel.termrk-panel .termrk-container {
background-color: @app-background-color
}
it fails to work again after atom restart.
I have to do this to ovveride background color and make it transparent.
atom-panel.termrk-panel .termrk-container{
background-color: @app-background-color;
border: 5px solid transparent;
}
atom-panel .termrk .terminal {
background-color: @app-background-color;
}
Well noted. Working on a fix, the styling format might change.
Fixed 1ddc5b6047ba4283a63ac894fa77b27f51f319cc
Styling should now work as described in README.md, using .termrk .terminal
and .termrk .terminal-cursor
.
I tried this and dosen't work